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

@@ -12,6 +12,8 @@ class WifiDevice : public NetworkDevice
public:
WifiDevice(const String& hostname, Preferences* _preferences);
const String deviceName() const override;
virtual void initialize();
virtual void reconfigure();
virtual ReconnectStatus reconnect();