File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 15
15
a commercial license, send an email to license@arduino.cc.
16
16
*/
17
17
18
- #ifdef ARDUINO_ARCH_SAMD
19
-
20
18
/* *****************************************************************************
21
19
* INCLUDE
22
20
******************************************************************************/
23
21
24
- #include " OTA.h "
22
+ #include < AIoTC_Config.h >
25
23
26
- #include < Arduino_DebugUtils.h >
24
+ #if defined (ARDUINO_ARCH_SAMD) && OTA_ENABLED
27
25
26
+ #include " OTA.h"
27
+ #include < Arduino_DebugUtils.h>
28
28
#include " ../watchdog/Watchdog.h"
29
+ #include " utility/ota/FlashSHA256.h"
29
30
30
31
#if OTA_STORAGE_SNU
31
32
# include < SNU.h>
32
33
# include < WiFiNINA.h> /* WiFiStorage */
33
34
#endif
34
35
35
- #include " utility/ota/FlashSHA256.h"
36
-
37
36
/* *****************************************************************************
38
37
* FUNCTION DEFINITION
39
38
******************************************************************************/
You can’t perform that action at this time.
0 commit comments