- deactivate a debug print

- activate init screen
- update network config
This commit is contained in:
2024-07-19 15:33:50 +02:00
parent a7930e2915
commit f0f75d3fd3
4 changed files with 8 additions and 7 deletions
+3 -3
View File
@@ -19,11 +19,11 @@
#ifdef HOTSPOT
namespace NetworkConfig
{
const char ssid[] = "KleiaxHandy";
const char ssid[] = "Nubsi";
const char password[] = "12345677";
const char ip[] = "192.168.43.4";
const char ip[] = "192.168.72.7";
const char subnet[] = "255.255.255.0";
const char gateway[] = "192.168.43.1";
const char gateway[] = "192.168.72.228";
const char dns[] = "8.8.8.8";
const bool mqtt = false;
}