new start to work on this
This commit is contained in:
+11
-29
@@ -65,20 +65,22 @@
|
||||
// PS3 Controller
|
||||
// ESP32 MAC BL 24:62:AB:F2:4B:3A
|
||||
|
||||
#define TPMOBIL
|
||||
#define RHEDE
|
||||
|
||||
//Network config DORTMUND
|
||||
#ifdef DORTMUND
|
||||
#define WLAN_SSID "Kleiax2"
|
||||
//Network config RHEDE
|
||||
#ifdef RHEDE
|
||||
#define WLAN_SSID "LebennigHuus"
|
||||
#define WLAN_PASSWORD "Punica-699"
|
||||
#define WLAN_IP 0x0101a8c0 //192.168.1.1
|
||||
#define WLAN_SUBNETMASK 0x0000FFFF //255.255.0.0
|
||||
#define WLAN_IP 0x040BA8C0 //192.168.11.4
|
||||
#define WLAN_SUBNETMASK 0x0080FFFF //255.255.128.0
|
||||
#define WLAN_GATEWAY 0x0100a8c0 //192.168.0.1
|
||||
#define MQTT_SERVER 0x0201a8c0 //192.168.1.2
|
||||
#define MQTT_SERVER 0x0701A8C0 //192.168.1.7
|
||||
#define MQTT_PORT 1883
|
||||
#define MQTT_BUFFER_SITE 128
|
||||
#define NTP_SERVER 0x0201a8c0 //192.168.1.2
|
||||
#endif //DORTMUND
|
||||
#define MQTT_USER "kleiax"
|
||||
#define MQTT_PASSWORD "p?{$_~5%hBM7wrcFkr55KWr#"
|
||||
#define NTP_SERVER 0x0100a8c0 //192.168.0.1
|
||||
#endif //RHEDE
|
||||
|
||||
//Network config FRENZY
|
||||
#ifdef FRENZY
|
||||
@@ -93,26 +95,6 @@
|
||||
#define NTP_SERVER 0x0201a8c0 //192.168.1.2
|
||||
#endif //FRENZY
|
||||
|
||||
//Network config VOERDE
|
||||
#ifdef VOERDE
|
||||
// #define KELLER
|
||||
#ifndef KELLER
|
||||
#define WLAN_SSID "Der Neue"
|
||||
#define WLAN_PASSWORD "Punica-699"
|
||||
#endif // KELLLER
|
||||
#ifdef KELLER
|
||||
#define WLAN_SSID "Keller-Wlan"
|
||||
#define WLAN_PASSWORD "Punica-699"
|
||||
#endif // KELLER
|
||||
#define WLAN_IP 0x4db2a8c0 //192.168.178.77
|
||||
#define WLAN_SUBNETMASK 0x00FFFFFF //255.255.255.0
|
||||
#define WLAN_GATEWAY 0x01b2a8c0 //192.168.178.1
|
||||
#define MQTT_SERVER 0x4eb2a8c0 //192.168.178.78
|
||||
#define MQTT_PORT 1883
|
||||
#define MQTT_BUFFER_SITE 128
|
||||
#define NTP_SERVER 0x01b2a8c0 //192.168.178.1
|
||||
#endif // VOERDE
|
||||
|
||||
//Network config TPMOBIL
|
||||
#ifdef TPMOBIL
|
||||
#define WLAN_SSID "TP-Mobil"
|
||||
|
||||
Reference in New Issue
Block a user