Skip to content

Commit 7fa8e81

Browse files
committed
added printConfig()
1 parent 07b3eb4 commit 7fa8e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug/test_fota_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extern int firmware_version_minor;
66
extern int firmware_version_patch;
77

88
#if !defined FOTA_URL
9-
#define FOTA_URL "http://phpsecu.re/esp32/esp32fota/firmware.json"
9+
#define FOTA_URL "http://server/fota/fota.json"
1010
#endif
1111

1212
extern const char* firmware_name;

0 commit comments

Comments
 (0)