We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0908dd commit 29437feCopy full SHA for 29437fe
examples/gps_tracker/gps_tracker.ino
@@ -1,6 +1,8 @@
1
/**
2
* This demo utilizes the Adafruit Ultimate GPS Featherwing to send the GPS
3
* position of the device to a server with HTTP.
4
+ *
5
+ * Remember to change HTTP_DOMAIN to your server IP!
6
*/
7
8
#include <Adafruit_GPS.h>
@@ -15,7 +17,7 @@
15
17
16
18
#define GPSSerial Serial2
19
-#define HTTP_DOMAIN "161.35.147.136"
20
+#define HTTP_DOMAIN "<your server IP here>"
21
22
23
* @brief Connected refers to the LTE network.
0 commit comments