gmag11 / QuickESPNow

Wrapper for easy use of ESP-NOW on ESP32 and ESP8266
MIT License
93 stars 21 forks source link

ESP restarts on ESP-NOW initialization failure #7

Open blazoncek opened 1 year ago

blazoncek commented 1 year ago

It would be helpful not to restart ESP if ESP-NOW could not be initialised.

We have a project that may benefit from ESP-NOW but is not mandatory so it may be ok to fail initialization.

gmag11 commented 7 months ago

Hi, does it reboot on initialization fail? It shouldn't. Anyway. why does it fail?

blazoncek commented 7 months ago

I am talking about this piece of code: Screenshot 2024-02-21 at 20 08 42

gmag11 commented 7 months ago

I'll check it. Thanks for pointing out.