jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

ESP8266 goes unreachable with AP mikrotik #551

Open amurbeer opened 1 year ago

amurbeer commented 1 year ago

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);