add network device name to sysinfo page
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user