Feature Request / Bug: Add persistent Wi-Fi reconnect loop / backoff to AxeOS
Issue description: When there is a power outage, my Wi-Fi router takes a few minutes to fully boot up and broadcast the network again. However, the Bitaxe boots up much faster. If it doesn’t find the Wi-Fi network immediately upon startup, it gives up, gets stuck in AP mode (“host wifi”), and stops trying to connect.
Because of this, after every power flicker, the Bitaxe remains offline indefinitely until I manually hard-reset (power cycle) the device.
Suggested Solution: Could the ESP firmware be updated to include a continuous reconnection loop, a longer connection timeout window, or a periodic retry backoff timer (e.g., retry connecting to Wi-Fi every 30–60 seconds indefinitely) instead of permanently falling back to AP mode when the initial boot connection fails? This would make unattended deployment much more reliable after power outages.