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 3ae1949 commit e53fb0dCopy full SHA for e53fb0d
main/sketch.ino.cpp
@@ -31,6 +31,7 @@ extern "C" {
31
#include <sys/types.h>
32
#include <dirent.h>
33
#include "esp_partition.h"
34
+ #include "nvs_flash.h"
35
}
36
37
#include <Arduino.h>
@@ -92,6 +93,7 @@ void setupBluetooth();
92
93
94
void setup() {
95
setDebug(debug);
96
+ nvs_flash_init();
97
98
// put SWD and SWCLK pins connected to SAMD as inputs
99
pinMode(15, INPUT);
0 commit comments