espterm / espterm-firmware

ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
Mozilla Public License 2.0
128 stars 24 forks source link

connection to esp-AP laggy when looking for other network #260

Open plachta11b opened 6 years ago

plachta11b commented 6 years ago

I tried to setup connection to local lan over my access point and ESPTerm works well. ESPTerm start to lag after I turn of that external local lan AP. ESPTerm is looking for this network so forcefully that connection over esp-AP become unstable. Probably ESPTerm should give up (or slow down) after some time. Cause of this problem can be hard to find.

there is ping output if that can somehow help https://pastebin.com/n4GytpFE

Version ESPTerm v2.3.1 "Cricket", built Jan 21 2018 at 14:10:13 CET Git hash back-end: 9030d5c, front-end: e25523d libesphttpd v0.4+MightyPork/libesphttpd#d6651ca ESP IoT SDK v1.5.2(80914727)

running on chinese Wemos D1 Mini - esp8266MOD

MightyPork commented 6 years ago

This would be helpful.... I didn't find a way to configure the re-connect interval in the API; this happens automatically in the SDK, outside our control

MightyPork commented 6 years ago

btw. as a workaround, I implemented that "hold BOOT (until LED starts flashing) to reset to AP" feature