mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-21 01:04:01 +00:00
Fix seeed-sensecap-indicator build
This commit is contained in:
parent
ec0914d245
commit
80fd0ad0e2
@ -25,7 +25,9 @@ build_flags = ${esp32_base.build_flags}
|
|||||||
-DUSE_ARDUINO_HAL_GPIO
|
-DUSE_ARDUINO_HAL_GPIO
|
||||||
|
|
||||||
lib_deps = ${esp32s3_base.lib_deps}
|
lib_deps = ${esp32s3_base.lib_deps}
|
||||||
https://github.com/mverch67/LovyanGFX#4c76238c1344162a234ae917b27651af146d6fb2
|
; https://github.com/mverch67/LovyanGFX#4c76238c1344162a234ae917b27651af146d6fb2
|
||||||
|
; TODO Check 1.2.0 has the fix
|
||||||
|
https://github.com/lovyan03/LovyanGFX@1.2.0
|
||||||
earlephilhower/ESP8266Audio@^1.9.9
|
earlephilhower/ESP8266Audio@^1.9.9
|
||||||
earlephilhower/ESP8266SAM@^1.0.1
|
earlephilhower/ESP8266SAM@^1.0.1
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
// This board has a serial coprocessor for sensor readings
|
// This board has a serial coprocessor for sensor readings
|
||||||
#define SENSOR_RP2040_TXD 19
|
#define SENSOR_RP2040_TXD 19
|
||||||
#define SENSOR_RP2040_RXD 20
|
#define SENSOR_RP2040_RXD 20
|
||||||
#define SENSOR_PORT_NUM 2
|
#define SENSOR_PORT_NUM UART_NUM_2
|
||||||
#define SENSOR_BAUD_RATE 115200
|
#define SENSOR_BAUD_RATE 115200
|
||||||
|
|
||||||
#if !HAS_TFT
|
#if !HAS_TFT
|
||||||
|
Loading…
Reference in New Issue
Block a user