Closed
Description
Description
Forked Arduino Lib Builder https://github.com/Jason2866/esp32-arduino-lib-builder/tree/v5.5_Arduino
fails with https://github.com/Jason2866/esp32-arduino-lib-builder/actions/runs/14479931341
using https://github.com/tasmota/arduino-esp32/tree/release/v3.3.x and https://github.com/tasmota/esp-idf
/Users/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-uart.c:1160:58: error: 'LP_UART_SCLK_LP_FAST' undeclared (first use in this function); did you mean 'LP_UART_SCLK_RC_FAST'?
1160 | case UART_SCLK_RTC: uart->_uart_clock_source = LP_UART_SCLK_LP_FAST; break;
| ^~~~~~~~~~~~~~~~~~~~
| LP_UART_SCLK_RC_FAST
/Users/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-uart.c:1160:58: note: each undeclared identifier is reported only once for each function it appears in
Reverting change in file esp32-hal-uart.c
from #11191 solves the compile fail