Skip to content

Commit 50927c8

Browse files
committed
Disable OTA_STORAGE_MKRMEM and therefore OTA_STORAGE per default - needs to be enabled by the user by configuring OTA_STORAGE_MKRMEM
1 parent ca5c266 commit 50927c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ArduinoIoTCloud_Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
******************************************************************************/
2424

2525
#ifndef OTA_STORAGE_MKRMEM
26-
#define OTA_STORAGE_MKRMEM (1)
26+
#define OTA_STORAGE_MKRMEM (0)
2727
#endif
2828

2929
/******************************************************************************

0 commit comments

Comments
 (0)