Compare commits

..

No commits in common. "ffb0f3de76a644f6548fbea7bd3e0091a8cb46cc" and "ec0914d24511e859d85e0c578a2bdf49107fabe9" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View File

@ -54,7 +54,7 @@
#elif defined(TTGO_T_ECHO)
#define HW_VENDOR meshtastic_HardwareModel_T_ECHO
#elif defined(ELECROW_ThinkNode_M1)
#define HW_VENDOR meshtastic_HardwareModel_ThinkNode_M1
#define HW_VENDOR meshtastic_HardwareModel_NRF52_UNKNOWN // HW_VENDOR meshtastic_HardwareModel_ThinkNode_M1
#elif defined(NANO_G2_ULTRA)
#define HW_VENDOR meshtastic_HardwareModel_NANO_G2_ULTRA
#elif defined(CANARYONE)

View File

@ -25,9 +25,7 @@ build_flags = ${esp32_base.build_flags}
-DUSE_ARDUINO_HAL_GPIO
lib_deps = ${esp32s3_base.lib_deps}
; https://github.com/mverch67/LovyanGFX#4c76238c1344162a234ae917b27651af146d6fb2
; TODO Check 1.2.0 has the fix
https://github.com/lovyan03/LovyanGFX@1.2.0
https://github.com/mverch67/LovyanGFX#4c76238c1344162a234ae917b27651af146d6fb2
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 UART_NUM_2
#define SENSOR_PORT_NUM 2
#define SENSOR_BAUD_RATE 115200
#if !HAS_TFT