refactor NetworkDevice interface to work with new esp mqtt lib
This commit is contained in:
8
networkDevices/espMqttClientEthernet.cpp
Normal file
8
networkDevices/espMqttClientEthernet.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "espMqttClientEthernet.h"
|
||||
|
||||
espMqttClientEthernet::espMqttClientEthernet(uint8_t priority, uint8_t core)
|
||||
: MqttClientSetup(true, priority, core),
|
||||
_client()
|
||||
{
|
||||
_transport = &_client;
|
||||
}
|
||||
Reference in New Issue
Block a user