We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6ff40 commit be59d24Copy full SHA for be59d24
src/ota/OTA.h
@@ -50,8 +50,7 @@ using ArduinoCloudOTA = ESP32OTACloudProcess;
50
#include "implementation/OTAUnoR4.h"
51
using ArduinoCloudOTA = UNOR4OTACloudProcess;
52
53
-// TODO Check if a macro already exist
54
-constexpr uint32_t OtaMagicNumber = 0x234110020; // TODO check this value is correct
+constexpr uint32_t OtaMagicNumber = 0x23411002;
55
56
#else
57
#error "This Board doesn't support OTA"
0 commit comments