add static ip config for wifi device
This commit is contained in:
@@ -6,11 +6,12 @@
|
||||
#include "NetworkDevice.h"
|
||||
#include "WiFiManager.h"
|
||||
#include "espMqttClient.h"
|
||||
#include "IPConfiguration.h"
|
||||
|
||||
class WifiDevice : public NetworkDevice
|
||||
{
|
||||
public:
|
||||
WifiDevice(const String& hostname, Preferences* _preferences);
|
||||
WifiDevice(const String& hostname, Preferences* _preferences, const IPConfiguration* ipConfiguration);
|
||||
|
||||
const String deviceName() const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user