Updated makefile for builds with SPIFFS image

This commit is contained in:
Mark Qvist 2023-01-11 12:38:28 +01:00
parent 5c858c4f7a
commit fe0022f51d
3 changed files with 34 additions and 32 deletions

View file

@ -131,6 +131,8 @@
#define HAS_DISPLAY true
#define HAS_PMU true
#define HAS_BLUETOOTH true
#define HAS_CONSOLE true
#define HAS_SD false
#elif BOARD_MODEL == BOARD_HUZZAH32
const int pin_cs = 4;
const int pin_reset = 36;