Refactor example 14. Add Emlid as target.
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
//Your WiFi credentials
|
||||
const char* ssid = "TRex";
|
||||
const char* password = "hasBigTeeth";
|
||||
const char *ssid = "TRex";
|
||||
const char *password = "hasBigTeeth";
|
||||
|
||||
//Your RTK2GO mount point credentials
|
||||
const char* mntpnt_pw = "WR5wRo4H";
|
||||
const char* mntpnt = "bldr_dwntwn2";
|
||||
//RTK2Go works well and is free
|
||||
const char casterHost[] = "rtk2go.com";
|
||||
const uint16_t casterPort = 2101;
|
||||
const char mountPoint[] = "bldr_dwntwn2"; //The mount point you want to push data to
|
||||
const char mountPointPW[] = "WR5wRo4H";
|
||||
|
||||
//Emlid Caster also works well and is free
|
||||
//const char casterHost[] = "caster.emlid.com";
|
||||
//const uint16_t casterPort = 2101;
|
||||
//const char mountPoint[] = "MP1979d"; //The mount point you want to push data to
|
||||
//const char mountPointPW[] = "296ynq";
|
||||
|
||||
Reference in New Issue
Block a user