mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
7 lines
128 B
C
7 lines
128 B
C
#ifndef SRC_ASYNCMQTTCLIENT_H_
|
|
#define SRC_ASYNCMQTTCLIENT_H_
|
|
|
|
#include "AsyncMqttClient.hpp"
|
|
|
|
#endif // SRC_ASYNCMQTTCLIENT_H_
|