refactor NetworkDevice interface to work with new esp mqtt lib
This commit is contained in:
@@ -17,7 +17,7 @@ the LICENSE file.
|
||||
|
||||
#include "MqttClientSetup.h"
|
||||
|
||||
class espMqttClientAsync : public MqttClientSetup {
|
||||
class espMqttClientAsync : public MqttClientSetup<espMqttClientAsync> {
|
||||
public:
|
||||
#if defined(ARDUINO_ARCH_ESP32)
|
||||
explicit espMqttClientAsync(uint8_t priority = 1, uint8_t core = 1);
|
||||
|
||||
Reference in New Issue
Block a user