print hostname in config portal

This commit is contained in:
technyon
2022-07-14 20:12:53 +02:00
parent 52dc829cb1
commit 2e947db28f
2 changed files with 4 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ private:
bool _allowRestartToPortal = false;
uint32_t _transferredSize = 0;
bool _otaStart = true;
String _hostname;
String _confirmCode = "----";