Added config for web interface.

This commit is contained in:
Holger Weber
2026-02-26 20:29:37 +01:00
parent 3d6144bd7f
commit 803c062e81
3 changed files with 146 additions and 35 deletions

View File

@@ -81,6 +81,8 @@ int g_iRotMicrostep = kDefaultRotMicrostep;
int g_iPenMicrostep = kDefaultPenMicrostep;
float fROT_STEP_CORRECTION = 16.0 / kDefaultRotMicrostep; // devide EBB-Coordinates by this factor to get EGGduino-Steps
float fPEN_STEP_CORRECTION = 16.0 / kDefaultPenMicrostep; // devide EBB-Coordinates by this factor to get EGGduino-Steps
String g_sWifiSsid = "";
String g_sWifiPassword = "";
void setActiveProtocolContext(SerialCommand *parser, ProtocolTransport transport)
{