fix: suspend web panel for OTA

This commit is contained in:
Jared Dohrman
2026-04-21 18:19:33 +10:00
parent 0ad50e5bd0
commit 2ad3b134f2
8 changed files with 35 additions and 5 deletions
+3
View File
@@ -92,6 +92,9 @@ public:
virtual void saveIdentity(const mesh::LocalIdentity& new_id) = 0;
virtual void clearStats() = 0;
virtual void applyTempRadioParams(float freq, float bw, uint8_t sf, uint8_t cr, int timeout_mins) = 0;
virtual void prepareForOTAStart() {
// no op by default
}
virtual void startRegionsLoad() {
// no op by default