mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
pppos_client example used the UART default clock configuration which might cause issues if power management enabled. Settings updated to UART_SCLK_REF_TICK Also need to explicitly disable RX interrupts in UART pattern detection mode. Closes https://github.com/espressif/esp-idf/issues/4801