connect comment
This commit is contained in:
parent
f215f67da3
commit
b0e82a032c
1 changed files with 6 additions and 0 deletions
|
@ -80,3 +80,9 @@ lib_deps = greiman/SdFat@^2.1.2
|
||||||
build_flags = -std=gnu++17 -DESP32=1 -ggdb3 -D_GLIBCXX_USE_C99 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -DCONFIG_SPIRAM_USE_MALLOC -DTTY_SERIAL_TX=17 -DTTY_SERIAL_RX=18 -DNEOPIXELS_PIN=40 -fexceptions
|
build_flags = -std=gnu++17 -DESP32=1 -ggdb3 -D_GLIBCXX_USE_C99 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -DCONFIG_SPIRAM_USE_MALLOC -DTTY_SERIAL_TX=17 -DTTY_SERIAL_RX=18 -DNEOPIXELS_PIN=40 -fexceptions
|
||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
extra_scripts = pre:prepare.py
|
extra_scripts = pre:prepare.py
|
||||||
|
# SD ESP
|
||||||
|
# CS: 12
|
||||||
|
# MOSI: 11
|
||||||
|
# MISO: 9
|
||||||
|
# SCK: 7
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue