diff --git a/Grbl_Esp32/commands.cpp b/Grbl_Esp32/commands.cpp index 1c7dff63..87e275bd 100644 --- a/Grbl_Esp32/commands.cpp +++ b/Grbl_Esp32/commands.cpp @@ -1983,10 +1983,13 @@ bool COMMANDS::execute_internal_command (int cmd, String cmd_params, level_authe resp += " # webcommunication: Sync: "; resp += String(web_server.port() + 1); #endif - resp += "# hostname:"; + resp += " # hostname:"; resp += wifi_config.Hostname(); if (WiFi.getMode() == WIFI_AP)resp += "(AP mode)"; #endif + //to save time in decoding `?` + resp += " # axis:"; + resp += String(N_AXIS); if (espresponse)espresponse->println (resp.c_str()); } break; diff --git a/Grbl_Esp32/data/index.html.gz b/Grbl_Esp32/data/index.html.gz index 089cd067..16af0b11 100644 Binary files a/Grbl_Esp32/data/index.html.gz and b/Grbl_Esp32/data/index.html.gz differ diff --git a/Grbl_Esp32/grbl.h b/Grbl_Esp32/grbl.h index 8b58f43b..586286b2 100644 --- a/Grbl_Esp32/grbl.h +++ b/Grbl_Esp32/grbl.h @@ -20,7 +20,7 @@ // Grbl versioning system #define GRBL_VERSION "1.1f" -#define GRBL_VERSION_BUILD "20190828" +#define GRBL_VERSION_BUILD "20190829" //#include #include