mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 13:41:28 +00:00
28 lines
829 B
INI
28 lines
829 B
INI
![]() |
; Seeed Studio SenseCAP Indicator
|
||
|
[env:seeed-sensecap-indicator]
|
||
|
extends = esp32s3_base
|
||
|
platform_packages =
|
||
|
platformio/framework-arduinoespressif32 @ https://github.com/mverch67/arduino-esp32.git#add_tca9535 ; based on 2.0.16
|
||
|
|
||
|
board = seeed-sensecap-indicator
|
||
|
board_check = true
|
||
|
upload_protocol = esptool
|
||
|
|
||
|
build_flags = ${esp32_base.build_flags}
|
||
|
-Ivariants/seeed-sensecap-indicator
|
||
|
-DSENSECAP_INDICATOR
|
||
|
-DCONFIG_ARDUHAL_LOG_COLORS
|
||
|
-DRADIOLIB_DEBUG_SPI=0
|
||
|
-DRADIOLIB_DEBUG_PROTOCOL=0
|
||
|
-DRADIOLIB_DEBUG_BASIC=0
|
||
|
-DRADIOLIB_VERBOSE_ASSERT=0
|
||
|
-DRADIOLIB_SPI_PARANOID=0
|
||
|
-DIO_EXPANDER=0x40
|
||
|
-DIO_EXPANDER_IRQ=42
|
||
|
;-DIO_EXPANDER_DEBUG
|
||
|
-DUSE_ARDUINO_HAL_GPIO
|
||
|
|
||
|
lib_deps = ${esp32s3_base.lib_deps}
|
||
|
https://github.com/mverch67/LovyanGFX#develop
|
||
|
earlephilhower/ESP8266Audio@^1.9.7
|
||
|
earlephilhower/ESP8266SAM@^1.0.1
|