Auto Veggie & Flowering Mode

This commit is contained in:
2024-12-11 21:07:19 +01:00
parent 528e862838
commit ccb1caec32
7 changed files with 387 additions and 239 deletions

View 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() {
;
}