WiFi for Aschendorf
This commit is contained in:
+14
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user