Added wifi state output as version.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user