esp-idf/examples/protocols/pppos_client/main
David Cermak a90817cda0 Examples/pppos_client: Remove uart pattern detection
Due to these problems
* possible race condition, two events competing
* pattern detection work a little different for different IDF versions
* switching between pattern detection and data reading is complicated
* using just data events is easier for porting to a different communication peripheral
These changes were made:
* Removed the UART pattern detection entirely
* Used manual pattern detection after reading plain data from the UART

Closes https://github.com/espressif/esp-idf/issues/7176
2021-09-21 10:12:54 +02:00
..
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk Enable lwip PPPoS support 2017-04-21 14:23:34 +10:00
Kconfig.projbuild Examples/pppos_client: Remove uart pattern detection 2021-09-21 10:12:54 +02:00
pppos_client_main.c Examples/pppos_client: Remove uart pattern detection 2021-09-21 10:12:54 +02:00