Skip to content

Commit be59d24

Browse files
committed
OTA: UNO R4 WiFi fix magic number
1 parent 8b6ff40 commit be59d24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/ota/OTA.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ using ArduinoCloudOTA = ESP32OTACloudProcess;
5050
#include "implementation/OTAUnoR4.h"
5151
using ArduinoCloudOTA = UNOR4OTACloudProcess;
5252

53-
// TODO Check if a macro already exist
54-
constexpr uint32_t OtaMagicNumber = 0x234110020; // TODO check this value is correct
53+
constexpr uint32_t OtaMagicNumber = 0x23411002;
5554

5655
#else
5756
#error "This Board doesn't support OTA"

0 commit comments

Comments
 (0)