mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
745f062e07
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