mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-12 10:56:48 +01:00
remove damned space that is not supposed to be there
thanks @rafaljot
This commit is contained in:
@@ -732,7 +732,7 @@ bool COMMAND::execute_command (int cmd, String cmd_params, tpipe output, level_a
|
||||
} else {
|
||||
ESPCOM::print ( (const char *) CONFIG::intTostr (ibuf), output, espresponse);
|
||||
}
|
||||
ESPCOM::print (F ("\",\"H\":\"Baud Rate\",\"O\":[{\"9600\":\"9600\"},{\"19200\":\"19200\"},{\"38400\":\"38400\"},{\"57600\":\"57600\"},{\"115200\":\"115200\"},{\"230400\":\"230400\"},{\"250000\":\"250000\"},{\"500000\":\"500000\"},{\"921600 \":\"921600 \"}]}"), output, espresponse);
|
||||
ESPCOM::print (F ("\",\"H\":\"Baud Rate\",\"O\":[{\"9600\":\"9600\"},{\"19200\":\"19200\"},{\"38400\":\"38400\"},{\"57600\":\"57600\"},{\"115200\":\"115200\"},{\"230400\":\"230400\"},{\"250000\":\"250000\"},{\"500000\":\"500000\"},{\"921600\":\"921600\"}]}"), output, espresponse);
|
||||
ESPCOM::println (F (","), output, espresponse);
|
||||
|
||||
//2-Sleep Mode
|
||||
|
||||
Reference in New Issue
Block a user