From 9e1f7eca08f10a36cf36425dce7770374df7cdab Mon Sep 17 00:00:00 2001 From: Luc Date: Sat, 13 Jul 2019 18:02:26 +0200 Subject: [PATCH] remove damned space that is not supposed to be there thanks @rafaljot --- esp3d/command.cpp | 2 +- esp3d/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esp3d/command.cpp b/esp3d/command.cpp index d5603e0b..2159a444 100644 --- a/esp3d/command.cpp +++ b/esp3d/command.cpp @@ -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 diff --git a/esp3d/config.h b/esp3d/config.h index 5cfe234d..ddeb284c 100644 --- a/esp3d/config.h +++ b/esp3d/config.h @@ -19,7 +19,7 @@ */ //version and sources location -#define FW_VERSION "2.1.0.b30" +#define FW_VERSION "2.1.0.b31" #define REPOSITORY "https://github.com/luc-github/ESP3D" //Customize ESP3D ////////////////////////////////////////////////////////////////////////