LoboMQ
|
#include <Arduino.h>
#include <esp_now.h>
#include <SD.h>
#include <SPI.h>
#include <WiFi.h>
#include <Elog.h>
#include "Logger.h"
Go to the source code of this file.
Enumerations | |
enum | LMQErrType { LMQ_ERR_SUCCESS = 0 , LMQ_ERR_VALID_TOPIC , LMQ_ERR_INVAL_TOPIC , LMQ_ERR_BAD_ESP_CONFIG , LMQ_ERR_ESP_SEND_FAIL , LMQ_ERR_XQUEUECREATE_FAIL , LMQ_ERR_XTASKCREATE_FAIL } |
Enumerates every error code that can be returned by the library functions. More... | |
This file contains the definitions and dependencies shared by every LoboMQ library part.
Definition in file Includes.h.
enum LMQErrType |
Enumerates every error code that can be returned by the library functions.
Definition at line 28 of file Includes.h.