Definition at line 548 of file svcSerialCommandInterface.cpp.
550 char cmd[128], param[128],param2[128];
551 total_read = sscanf(
p_received_chars,
"%127s %127s %127s" , cmd, param,param2);
553 Serial.print(F(
"M GET_ERR WRONG PARAM COUNT"));
554 Serial.println(param);
559 Serial.print(F(
"M GET_OK "));
562 Serial.println(param2);
565 Serial.println(F(
"FS_START"));
bool throttle()
returns true if the available serial buffer falls below SERIAL_THROTTLE_BUFFER_REMAINING_THRESHOLD if...
bool is_periodic_messages_enabled
References is_periodic_messages_enabled, is_streaming_file, p_received_chars, p_stream_file, p_stream_path, stream_pos, and throttle().
Referenced by update().