skot / ESP-Miner

A bitcoin ASIC miner for the ESP32
GNU General Public License v3.0
373 stars 141 forks source link

Do nothing when roaming to a different AP within the same wifi network #464

Closed eandersson closed 2 weeks ago

eandersson commented 2 weeks ago

Based on the official espressif example, we don't need to do re-connect when moving from one AP to another within the same network. https://github.com/espressif/esp-idf/blob/master/examples/wifi/roaming/roaming_11kvr/main/roaming_example.c#L51