Added hostname configuration.

This commit is contained in:
Holger Weber
2026-02-26 20:29:39 +01:00
parent 92d821e212
commit db4964636c
3 changed files with 15 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ 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_sHostname = "EggDuino";
String g_sWifiSsid = "";
String g_sWifiPassword = "";