Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP8266 goes unreachable with AP mikrotik #551

Open
amurbeer opened this issue Aug 21, 2022 · 0 comments
Open

ESP8266 goes unreachable with AP mikrotik #551

amurbeer opened this issue Aug 21, 2022 · 0 comments

Comments

@amurbeer
Copy link

Good day. There is a known problem with the esp32 module falling asleep, especially with Mikrotik. It manifests itself in the fact that the esp-link does not respond to pings, after 20-60 seconds it turns out to wake it up. Known issue:
https://forum.mikrotik.com/viewtopic.php?t=139511

Can I add changes to the firmware?
Thank you.

P.S.
Problem solved, need add:
#include "esp_wifi.h"
esp_wifi_set_ps(WIFI_PS_NONE);

@amurbeer amurbeer changed the title ESP32 goes unreachable with AP mikrotik ESP8266 goes unreachable with AP mikrotik Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant