Added wifi state output as version.

This commit is contained in:
2026-03-13 15:52:36 +01:00
parent f55dab7546
commit 303423a5a5
3 changed files with 10 additions and 7 deletions

View File

@@ -14,9 +14,6 @@
#include "SerialCommand.h"
#include "button.h"
// implemented Eggbot-Protocol-Version v13
#define initSting "EBBv13_and_above Protocol emulated by Eggduino-Firmware V1.6a"
#ifdef ESP32
// Rotational Stepper
@@ -104,6 +101,7 @@ extern int g_iMaxAcclSpeed;
extern String g_sHostname;
extern String g_sWifiSsid;
extern String g_sWifiPassword;
extern String g_strConnectionState;
enum ProtocolTransport {
PROTOCOL_TRANSPORT_SERIAL = 0,