mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-29 09:10:03 +02:00
@@ -1983,10 +1983,13 @@ bool COMMANDS::execute_internal_command (int cmd, String cmd_params, level_authe
|
|||||||
resp += " # webcommunication: Sync: ";
|
resp += " # webcommunication: Sync: ";
|
||||||
resp += String(web_server.port() + 1);
|
resp += String(web_server.port() + 1);
|
||||||
#endif
|
#endif
|
||||||
resp += "# hostname:";
|
resp += " # hostname:";
|
||||||
resp += wifi_config.Hostname();
|
resp += wifi_config.Hostname();
|
||||||
if (WiFi.getMode() == WIFI_AP)resp += "(AP mode)";
|
if (WiFi.getMode() == WIFI_AP)resp += "(AP mode)";
|
||||||
#endif
|
#endif
|
||||||
|
//to save time in decoding `?`
|
||||||
|
resp += " # axis:";
|
||||||
|
resp += String(N_AXIS);
|
||||||
if (espresponse)espresponse->println (resp.c_str());
|
if (espresponse)espresponse->println (resp.c_str());
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Binary file not shown.
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
// Grbl versioning system
|
// Grbl versioning system
|
||||||
#define GRBL_VERSION "1.1f"
|
#define GRBL_VERSION "1.1f"
|
||||||
#define GRBL_VERSION_BUILD "20190828"
|
#define GRBL_VERSION_BUILD "20190829"
|
||||||
|
|
||||||
//#include <sdkconfig.h>
|
//#include <sdkconfig.h>
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
Reference in New Issue
Block a user