Revert "Add two ways back into provisioning: RST press and repeated server failure"

This reverts commit d32236d832.
This commit is contained in:
2026-07-18 16:24:38 -04:00
parent bd72fdad71
commit 012c6dda8e
5 changed files with 1 additions and 125 deletions
-12
View File
@@ -83,16 +83,4 @@ menu "ESPresso Frame Configuration"
server was unreachable or the fetch/display failed, instead of
waiting the full FRAME_SLEEP_INTERVAL_S.
config FRAME_REPROVISION_AFTER_FAILURES
int "Consecutive server-unreachable wakes before falling back to provisioning"
default 12
help
If the tools server is unreachable for this many consecutive
wakes in a row (at FRAME_RETRY_INTERVAL_S apart -- ~1 hour at
the defaults), the device gives up retrying silently and drops
back into provisioning mode instead, so a moved/renamed server
can be reconfigured without a USB connection. Resets to 0 on
any successful contact with the server, or on fresh
provisioning.
endmenu