Added hostname configuration.

This commit is contained in:
Holger Weber
2026-02-22 23:10:28 +01:00
parent f862672a81
commit a85bf19885
3 changed files with 15 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ extern int g_iPenEnablePin;
extern int g_iServoPin;
extern int g_iRotMicrostep;
extern int g_iPenMicrostep;
extern String g_sHostname;
extern String g_sWifiSsid;
extern String g_sWifiPassword;