Skip to content

Commit 81fa9eb

Browse files
committed
Deactivating OTA_STORAGE_MKRMEM in code hosted on master
1 parent 2857c98 commit 81fa9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloud_Config.h

Lines changed: 1 addition & 1 deletion
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)