WiFi for Aschendorf

This commit is contained in:
2024-04-05 14:02:17 +02:00
parent 9b6889b68c
commit f227a2f569
+14 -1
View File
@@ -14,7 +14,7 @@
#include <stdint.h>
#define HW1
#define ZUHAUSE
#ifdef HOTSPOT
namespace NetworkConfig
@@ -56,6 +56,19 @@ namespace NetworkConfig
}
#endif // RHEDE
#ifdef ZUHAUSE
namespace NetworkConfig
{
const char ssid[] = "Tuedelkram";
const char password[] = "3!Kaesehoch";
const char ip[] = "192.168.178.11";
const char subnet[] = "255.255.255.0";
const char gateway[] = "192.168.178.1";
const char dns[] = "8.8.8.8";
const bool mqtt = false;
}
#endif // ZUHAUSE
namespace MqttConfig
{
const char server[] = "192.168.1.7";