mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-16 20:59:51 +03:00
experimental mqtt client supporting large packets
This commit is contained in:
6
lib/async-mqtt-client/src/AsyncMqttClient/Errors.hpp
Normal file
6
lib/async-mqtt-client/src/AsyncMqttClient/Errors.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
enum class AsyncMqttClientError : uint8_t {
|
||||
MAX_RETRIES = 0,
|
||||
OUT_OF_MEMORY = 1
|
||||
};
|
||||
Reference in New Issue
Block a user