mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 16:06:54 +01:00
1. Only call esp_ieee802154_receive_handle_done() when ack != NULL. 2. Add 2 millisecond timeout for all SubGhz MISO wait loops to prevent watchdog timeouts when/if bad things happen (none observed during testing) 3. Make CC1101 detection more robust and less intrusive by testing MISO and CSn before trying to read chip version number. 4. Remove useless "error" messages which occur during normal operation. 5. Added missing \r in some log messages for EOL consistency.