esp32 s2 (lolin s2 mini)
This commit is contained in:
parent
cb2c23939c
commit
05a3e0224b
1 changed files with 15 additions and 0 deletions
|
@ -65,3 +65,18 @@ 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
|
build_flags = -std=gnu++17 -DESP32=1 -ggdb3 -D_GLIBCXX_USE_C99 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -DCONFIG_SPIRAM_USE_MALLOC
|
||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
extra_scripts = pre:prepare.py
|
extra_scripts = pre:prepare.py
|
||||||
|
|
||||||
|
[env:lolin_s2_mini]
|
||||||
|
platform = espressif32
|
||||||
|
board = lolin_s2_mini
|
||||||
|
build_src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<build> -<player.cpp> -<SHAdisplay/> -<console_shabadge.cpp>
|
||||||
|
framework = arduino
|
||||||
|
monitor_speed = 115200
|
||||||
|
upload_speed = 1000000
|
||||||
|
board_build.filesystem = littlefs
|
||||||
|
lib_deps = greiman/SdFat@^2.1.2
|
||||||
|
adafruit/Adafruit NeoPixel
|
||||||
|
bblanchon/ArduinoJson@^6.19.4
|
||||||
|
build_flags = -std=gnu++17 -DESP32=1 -ggdb3 -D_GLIBCXX_USE_C99 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -DCONFIG_SPIRAM_USE_MALLOC
|
||||||
|
build_unflags = -std=gnu++11
|
||||||
|
extra_scripts = pre:prepare.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue