Added SPIFFS bootstrap

This commit is contained in:
Mark Qvist 2023-01-06 22:29:23 +01:00
parent 1ec1847474
commit 85cf5f8be3
6 changed files with 1215 additions and 5 deletions

View file

@ -193,6 +193,7 @@
#elif BOARD_MODEL == BOARD_RNODE_NG_21
#define HAS_DISPLAY true
#define HAS_BLUETOOTH true
#define HAS_CONSOLE true
#define HAS_PMU true
#define HAS_NP true
const int pin_cs = 18;