Skip to content

Commit

Permalink
Added missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jan 25, 2024
1 parent 670469a commit cbbc08b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/HttpsOTAUpgrade/HttpsOTAUpgrade.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
const char *server_url = "https://lewishe.pro/ota/firmware-a7670.bin";
#elif defined(LILYGO_T_CALL_A7670_V1_0)
const char *server_url = "https://lewishe.pro/ota/firmware-tcall-a7670.bin";
#elif defined(LILYGO_T_CALL_A7670_V1_1)
const char *server_url = "https://lewishe.pro/ota/firmware-tcall-a7670-v1-1.bin";
#elif defined(LILYGO_T_SIM767XG_S3)
const char *server_url = "https://lewishe.pro/ota/firmware-sim7672g.bin";
#elif defined(LILYGO_T_A7608X)
Expand Down

0 comments on commit cbbc08b

Please sign in to comment.