JosephHewitt / wardriver_rev3

A portable ESP32-based WiFi/Bluetooth scanner for Wigle.net.
https://wardriver.uk
GNU General Public License v3.0
241 stars 23 forks source link

Add error detection to UART #73

Open JosephHewitt opened 1 year ago

JosephHewitt commented 1 year ago

To ensure messages from B to A are not corrupt, implement error detection/correction.

JosephHewitt commented 11 months ago

I've never actually seen a corrupt message and this could increase the communication overhead with little benefit. For now this does not seem necessary.

JosephHewitt commented 4 months ago

Reopening since corruption on the UART has been confirmed on other devices.