added correction data for gnss
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
#define WLAN_CONNECT_LOOP_TIME 500
|
||||
#define ESP32BROKER
|
||||
|
||||
#define NTRIP_HOST "80.158.61.104"
|
||||
#define NTRIP_PORT 2101
|
||||
#define NTRIP_MOUNT_POINT "EPS_NW"
|
||||
#define NTRIP_USER "nw-916771"
|
||||
#define NTRIP_PASSWORD "Schalke#246"
|
||||
|
||||
//Network config ESP32
|
||||
#ifdef ESP32BROKER
|
||||
@@ -44,6 +49,19 @@
|
||||
#endif //ESP32BROKER
|
||||
|
||||
//Network config RHEDE
|
||||
#ifdef HOTSPOT
|
||||
#define WLAN_SSID "Kleiax Handy"
|
||||
#define WLAN_PASSWORD "12345677"
|
||||
#define WLAN_IP "192.168.11.4"
|
||||
#define WLAN_SUBNETMASK "255.255.128.0"
|
||||
#define WLAN_GATEWAY "192.168.0.1"
|
||||
#define MQTT_SERVER "192.168.1.7"
|
||||
#define MQTT_PORT 1883
|
||||
#define MQTT_AUTH
|
||||
#define MQTT_USER "kleiax"
|
||||
#define MQTT_PASSWORD "p?{$_~5%hBM7wrcFkr55KWr#"
|
||||
#endif //HOTSPOT
|
||||
|
||||
#ifdef RHEDE
|
||||
#define WLAN_SSID "LebennigHuus"
|
||||
#define WLAN_PASSWORD "Punica-699"
|
||||
|
||||
Reference in New Issue
Block a user