Skip to content

Commit 654ed3e

Browse files
authored
PSRAM fix not needed for M5 stack core2 (#676)
since all m5 stack core 2 have a actual PSRAM bug free version
1 parent fcde861 commit 654ed3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/m5stack-core2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"partitions": "default_16MB.csv"
66
},
77
"core": "esp32",
8-
"extra_flags": "-DARDUINO_M5STACK_Core2 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue",
8+
"extra_flags": "-DARDUINO_M5STACK_Core2 -DBOARD_HAS_PSRAM",
99
"f_cpu": "240000000L",
1010
"f_flash": "40000000L",
1111
"flash_mode": "dio",

0 commit comments

Comments
 (0)