Skip to content

Commit 29437fe

Browse files
committed
Remove server IP
1 parent c0908dd commit 29437fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/gps_tracker/gps_tracker.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* This demo utilizes the Adafruit Ultimate GPS Featherwing to send the GPS
33
* position of the device to a server with HTTP.
4+
*
5+
* Remember to change HTTP_DOMAIN to your server IP!
46
*/
57

68
#include <Adafruit_GPS.h>
@@ -15,7 +17,7 @@
1517

1618
#define GPSSerial Serial2
1719

18-
#define HTTP_DOMAIN "161.35.147.136"
20+
#define HTTP_DOMAIN "<your server IP here>"
1921

2022
/**
2123
* @brief Connected refers to the LTE network.

0 commit comments

Comments
 (0)