Skip to content

Commit bd7ebc4

Browse files
committed
add PSRAM flag to huidu hd-wf2
for some strange reason this board's flash needs "BOARD_HAS_PSRAM" flag otherwise it starts in some wrong (RO?) mode were both NVRAM and LittleFS mount fails
1 parent 9af319e commit bd7ebc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/huidu_hd_wf2.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"core": "esp32",
77
"extra_flags": [
88
"-DARDUINO_HUIDU_HD_WF2",
9+
"-DBOARD_HAS_PSRAM",
910
"-DARDUINO_USB_MODE=1",
1011
"-DARDUINO_RUNNING_CORE=1",
1112
"-DARDUINO_EVENT_RUNNING_CORE=1",

0 commit comments

Comments
 (0)