Added config for web interface.

This commit is contained in:
Holger Weber
2026-02-22 22:56:23 +01:00
parent 400edb45e5
commit 870456c17b
3 changed files with 146 additions and 42 deletions

View File

@@ -71,6 +71,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 = "";
// Stepper Test
#ifdef TEST