MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / config_board

Method config_board

src/board_controller/freeeeg/freeeeg.cpp:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232int FreeEEG::config_board (std::string config, std::string &response)
233{
234 safe_logger (spdlog::level::err, "FreeEEG doesn't support board configuration.");
235 return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR;
236}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected