Fix seeed-sensecap-indicator build

This commit is contained in:
Mikhael Skvortsov 2025-03-29 11:22:19 +03:00
parent ec0914d245
commit 80fd0ad0e2
2 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,9 @@ build_flags = ${esp32_base.build_flags}
-DUSE_ARDUINO_HAL_GPIO
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/ESP8266SAM@^1.0.1

View File

@ -4,7 +4,7 @@
// This board has a serial coprocessor for sensor readings
#define SENSOR_RP2040_TXD 19
#define SENSOR_RP2040_RXD 20
#define SENSOR_PORT_NUM 2
#define SENSOR_PORT_NUM UART_NUM_2
#define SENSOR_BAUD_RATE 115200
#if !HAS_TFT