ntripClient runs now - gnss to spi
This commit is contained in:
+11
-1
@@ -31,7 +31,7 @@
|
||||
#define WLAN_CONNECT_LOOP_TIME 500
|
||||
#define WLAN_DNS_SERVER "8.8.8.8"
|
||||
|
||||
#define NTRIP_NS
|
||||
#define NTRIP_RTK2GO
|
||||
|
||||
// NTRIP config NRW
|
||||
#ifdef NTRIP_NRW
|
||||
@@ -51,6 +51,16 @@
|
||||
#define NTRIP_PASSWORD "ALdx-1-3e49"
|
||||
#endif // NTRIP_NS
|
||||
|
||||
// NTRIP config RTK2Go
|
||||
#ifdef NTRIP_RTK2GO
|
||||
#define NTRIP_HOST "rtk2go.com"
|
||||
#define NTRIP_PORT 2101
|
||||
#define NTRIP_MOUNT_POINT "Blijham"
|
||||
#define NTRIP_USER "alex17813@gmail.com"
|
||||
#define NTRIP_PASSWORD "none"
|
||||
#endif // NTRIP_RTK2GO
|
||||
|
||||
|
||||
#define RHEDE
|
||||
|
||||
//Network config ESP32
|
||||
|
||||
Reference in New Issue
Block a user