Skip to content

Commit de55dcb

Browse files
committed
Trying conflict solve
1 parent 3c3ee54 commit de55dcb

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update

1 file changed

+2
-2
lines changed

content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The complete script is as follows.
247247
static char const SSID[] = SSID_NAME; /* your network SSID (name) */
248248
static char const PASS[] = SSID_PASS; /* your network password (use for WPA, or use as key for WEP) */
249249

250-
static char const OTA_FILE_LOCATION[] = "http://downloads.arduino.cc/ota/OTA_Usage_Portenta.ino.PORTENTA_H7_M7.ota";
250+
static char const OTA_FILE_LOCATION[] = "https://downloads.arduino.cc/ota/OTA_Usage_Portenta.ino.PORTENTA_H7_M7.ota";
251251

252252
void setup()
253253
{
@@ -345,7 +345,7 @@ void loop()
345345
static char const SSID[] = SSID_NAME; /* your network SSID (name) */
346346
static char const PASS[] = SSID_PASS; /* your network password (use for WPA, or use as key for WEP) */
347347

348-
static char const OTA_FILE_LOCATION[] = "http://downloads.arduino.cc/ota/OTA_Usage_Portenta.ino.PORTENTA_H7_M7.ota";
348+
static char const OTA_FILE_LOCATION[] = "https://downloads.arduino.cc/ota/OTA_Usage_Portenta.ino.PORTENTA_H7_M7.ota";
349349

350350
void setup()
351351
{

0 commit comments

Comments
 (0)