| 186 | } |
| 187 | |
| 188 | int Enophone::config_board (std::string config, std::string &response) |
| 189 | { |
| 190 | safe_logger (spdlog::level::debug, "config_board is not supported for Enophone"); |
| 191 | return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR; |
| 192 | } |
| 193 | |
| 194 | std::string Enophone::get_name_selector () |
| 195 | { |
nothing calls this directly
no outgoing calls
no test coverage detected