LoboMQ
Loading...
Searching...
No Matches
Includes.h
Go to the documentation of this file.
1
9#ifndef INCLUDES_H
10
11#define INCLUDES_H
12
13#include <Arduino.h>
14#include <esp_now.h>
15#include <SD.h>
16#include <SPI.h>
17#include <WiFi.h>
18
19#include <Elog.h>
20
21#include "Logger.h"
22
49
50#endif
LMQErrType
Enumerates every error code that can be returned by the library functions.
Definition Includes.h:28
@ LMQ_ERR_INVAL_TOPIC
Invalid topic (no topic, too big, contains wildcard characters in wrong positions,...
Definition Includes.h:36
@ LMQ_ERR_XQUEUECREATE_FAIL
Couldn't create the broker queue.
Definition Includes.h:45
@ LMQ_ERR_BAD_ESP_CONFIG
Couldn't initialize ESP-NOW.
Definition Includes.h:39
@ LMQ_ERR_XTASKCREATE_FAIL
Couldn't create the broker task.
Definition Includes.h:47
@ LMQ_ERR_SUCCESS
No error, operation successful.
Definition Includes.h:30
@ LMQ_ERR_ESP_SEND_FAIL
Couldn't send the message.
Definition Includes.h:42
@ LMQ_ERR_VALID_TOPIC
No error, valid topic.
Definition Includes.h:33