extended config
This commit is contained in:
@@ -8,9 +8,14 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env]
|
||||
src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/>
|
||||
|
||||
|
||||
[env:esp32-pico]
|
||||
platform = espressif32
|
||||
board = m5stack-atom
|
||||
#board = m5stack-atom
|
||||
board = pico32
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
#bblanchon/ArduinoJson@^6.18.5
|
||||
@@ -18,13 +23,16 @@ lib_deps =
|
||||
fastled/FastLED@^3.5.0
|
||||
#robtillaart/AS5600 @ ^0.3.4
|
||||
robtillaart/AS5600 @ ^0.3.6
|
||||
|
||||
monitor_speed = 115200
|
||||
src_filter = ${env.build_src_filter}
|
||||
lib_ldf_mode = deep+
|
||||
extra_scripts = ./littlefsbuilder.py
|
||||
build_flags =
|
||||
-DHARDWARE=2
|
||||
-DCORE_DEBUG_LEVEL=3
|
||||
-DNDEF_DEBUG=1
|
||||
upload_protocol = esptool #espota
|
||||
#upload_port = muziekdoos.local
|
||||
extra_scripts = ./littlefsbuilder.py
|
||||
board_build.filesystem = littlefs
|
||||
|
||||
monitor_speed = 115200
|
||||
#upload_protocol = esptool
|
||||
upload_protocol = espota
|
||||
upload_port = muziekdoos.local
|
||||
|
||||
Reference in New Issue
Block a user