Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50927c8

Browse files
committedMay 28, 2020
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
 

‎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)
Please sign in to comment.