-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #7176
- Loading branch information
1 parent
29fac4f
commit a90817c
Showing
4 changed files
with
58 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters