Skip to content

Commit 3f1140c

Browse files
committed
Update JSON firmware URLs
1 parent 15af4f1 commit 3f1140c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ char logFileName[sizeof("SFE_Reference_Station_230101_120101.ubx_plusExtraSpace"
272272
// 1 2 3 4 5 6 7 8 9 0 1 2
273273
// 12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678
274274
#define OTA_FIRMWARE_JSON_URL \
275-
"https://raw.githubusercontent.com/sparkfun/SparkFun_RTK_Firmware_Binaries/main/RTK-Firmware.json"
275+
"https://raw.githubusercontent.com/sparkfun/SparkFun_RTK_Everywhere_Firmware_Binaries/main/RTK-Everywhere-Firmware.json"
276276
#define OTA_RC_FIRMWARE_JSON_URL \
277-
"https://raw.githubusercontent.com/sparkfun/SparkFun_RTK_Firmware_Binaries/main/RTK-RC-Firmware.json"
277+
"https://raw.githubusercontent.com/sparkfun/SparkFun_RTK_Everywhere_Firmware_Binaries/main/RTK-Everywhere-RC-Firmware.json"
278278
char otaFirmwareJsonUrl[OTA_FIRMWARE_JSON_URL_LENGTH];
279279
char otaRcFirmwareJsonUrl[OTA_FIRMWARE_JSON_URL_LENGTH];
280280

0 commit comments

Comments
 (0)