Show MAC address without connecting to network #933

This commit is contained in:
Proddy
2023-01-28 12:19:13 +01:00
parent 64cb509d3b
commit 55ae0bec93
2 changed files with 22 additions and 15 deletions

View File

@@ -300,6 +300,8 @@ class System {
bool ntp_connected_ = false;
uint32_t ntp_last_check_ = 0;
bool eth_present_ = false;
// EMS-ESP settings
// copies from WebSettings class in WebSettingsService.h and loaded with reload_settings()
std::string hostname_;