- fix ntripClient

- fix gyroscope
- fix init screen
This commit is contained in:
2024-07-19 12:15:44 +02:00
parent 87743c8e67
commit 73fde34e48
9 changed files with 25 additions and 18 deletions
+6 -6
View File
@@ -14,16 +14,16 @@
#include <stdint.h>
#define ZUHAUSE
#define HOTSPOT
#ifdef HOTSPOT
namespace NetworkConfig
{
const char ssid[] = "Kleiax Handy";
const char ssid[] = "Nubsi";
const char password[] = "12345677";
const char ip[] = "192.168.43.4";
const char ip[] = "192.168.72.7";
const char subnet[] = "255.255.255.0";
const char gateway[] = "192.168.43.1";
const char gateway[] = "192.168.72.228";
const char dns[] = "8.8.8.8";
const bool mqtt = false;
}
@@ -81,9 +81,9 @@ 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 mountPoint[] = "Rtkramerntrip";
const char user[] = "alklein1@gmx.de";
const char password[] = "none";
}