Auto Veggie & Flowering Mode
This commit is contained in:
13
sketch_erase_nvs/sketch_erase_nvs.ino
Normal file
13
sketch_erase_nvs/sketch_erase_nvs.ino
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <nvs_flash.h>
|
||||
|
||||
void setup() {
|
||||
|
||||
nvs_flash_erase(); // erase the NVS partition and...
|
||||
nvs_flash_init(); // initialize the NVS partition.
|
||||
while (true);
|
||||
|
||||
}
|
||||
|
||||
void loop() {
|
||||
;
|
||||
}
|
||||
Reference in New Issue
Block a user