add network device name to sysinfo page

This commit is contained in:
technyon
2023-02-05 19:26:15 +01:00
parent 8580857ef3
commit ff62368012
8 changed files with 26 additions and 0 deletions

View File

@@ -53,6 +53,11 @@ WifiDevice::WifiDevice(const String& hostname, Preferences* _preferences)
}
}
const String WifiDevice::deviceName() const
{
return "Built-in Wifi";
}
void WifiDevice::initialize()
{
std::vector<const char *> wm_menu;