mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
update indicator (due to compile and linker errors)
This commit is contained in:
parent
790582f94b
commit
16f0a91724
@ -34,6 +34,7 @@ platform_packages =
|
|||||||
; platformio/framework-arduinoespressif32 @ symlink:///home/manuel/Documents/PlatformIO/Projects/arduino-esp32
|
; platformio/framework-arduinoespressif32 @ symlink:///home/manuel/Documents/PlatformIO/Projects/arduino-esp32
|
||||||
platformio/framework-arduinoespressif32 @ https://github.com/mverch67/arduino-esp32.git#add_tca9535 ; based on 2.0.16
|
platformio/framework-arduinoespressif32 @ https://github.com/mverch67/arduino-esp32.git#add_tca9535 ; based on 2.0.16
|
||||||
board = seeed-sensecap-indicator
|
board = seeed-sensecap-indicator
|
||||||
|
board_build.partitions = default_16MB.csv
|
||||||
board_check = true
|
board_check = true
|
||||||
board_level = extra
|
board_level = extra
|
||||||
board_build.partitions = default_8MB.csv ; must be here for some reason, board.json is not enough !?
|
board_build.partitions = default_8MB.csv ; must be here for some reason, board.json is not enough !?
|
||||||
@ -46,6 +47,7 @@ build_flags = ${esp32_base.build_flags}
|
|||||||
-D MESHTASTIC_EXCLUDE_BLUETOOTH=1
|
-D MESHTASTIC_EXCLUDE_BLUETOOTH=1
|
||||||
-D MESHTASTIC_EXCLUDE_SCREEN=1
|
-D MESHTASTIC_EXCLUDE_SCREEN=1
|
||||||
-D MESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR=1
|
-D MESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR=1
|
||||||
|
-D HAS_TELEMETRY=0
|
||||||
-D CONFIG_ARDUHAL_LOG_COLORS
|
-D CONFIG_ARDUHAL_LOG_COLORS
|
||||||
-D RADIOLIB_DEBUG_SPI=0
|
-D RADIOLIB_DEBUG_SPI=0
|
||||||
-D RADIOLIB_DEBUG_PROTOCOL=0
|
-D RADIOLIB_DEBUG_PROTOCOL=0
|
||||||
|
Loading…
Reference in New Issue
Block a user