quite some fixes

This commit is contained in:
2023-09-23 22:47:07 +02:00
parent d0c5421ad9
commit e48f680fec
14 changed files with 69 additions and 49 deletions
+3 -2
View File
@@ -14,7 +14,7 @@
#include <stdint.h>
#define HOTSPOT
#define RHEDE
#ifdef HOTSPOT
namespace NetworkConfig {
@@ -51,8 +51,9 @@ namespace MqttConfig {
namespace NtripConfig {
const char host[] = "rtk2go.com";
const uint16_t port = 2101;
const char mountPoint[] = "GER-Dortmund";
// const char mountPoint[] = "GER-Dortmund";
// const char mountPoint[] = "GER-Papenburg";
const char mountPoint[] = "Rtkramerntrip";
const char user[] = "alklein1@gmx.de";
const char password[] = "none";
}