-->
Page 1 of 1

ESP-NOW does not receive anymore WiFi

PostPosted: Sat Jun 27, 2020 11:46 am
by StefanL38
I wrote code that uses ESP-NOW to communicate between two Wemos D1-mini ESP8266-boards. It works.
Now I added code that connects to my WifI-router then to an NTP-timer-server setting up my own Software RTC then disconects from the Wifi-Router but then the receiving of ESP-NOW-messages doe not work anymore.

I have tried
Wifi.disconnect(true) but this does not help
As soon as a comment out the connecting to my WiFi-Router compile and upload then
ESP-NOW-receiving works again.

Reseting the whole device is no option because I want to have actual time.

Has anybody found a way to overcome this issue without reseting the device?

best regards Stefan