Web configurator improvements

This commit is contained in:
iranl
2025-01-15 22:31:18 +01:00
parent e42e8eb5b3
commit a7d539b851
5 changed files with 77 additions and 45 deletions

View File

@@ -128,5 +128,6 @@ private:
bool _allowRestartToPortal = false;
uint8_t _partitionType = 0;
size_t _otaContentLen = 0;
uint32_t _randomInt = 0;
String _hostname;
};