mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 07:01:03 +00:00
This change does not introduce version *changes*, but simply "updates" to the version already being referenced by the fuzzy-match (^)
16 lines
361 B
INI
16 lines
361 B
INI
[env:wiphone]
|
|
extends = esp32_base
|
|
board = wiphone
|
|
board_level = extra
|
|
monitor_filters = esp32_exception_decoder
|
|
board_build.partitions = default_16MB.csv
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-D WIPHONE
|
|
-I variants/esp32/wiphone
|
|
lib_deps =
|
|
${esp32_base.lib_deps}
|
|
lovyan03/LovyanGFX@1.2.7
|
|
sparkfun/SX1509 IO Expander@3.0.6
|
|
pololu/APA102@3.0.0
|