ESP32-OTA-Updater
Loading...
Searching...
No Matches
include
Errors.h
1
#include "stdint.h"
2
3
enum
ESP32_OTA_Updater_Error: uint8_t
4
{
5
NO_ERROR = 0,
6
WIFI_NOT_CONNECTED,
7
NOT_INITIALIZED,
8
OTA_NOT_AVAILABLE,
9
OTA_DOWNLOAD_FAILED,
10
OTA_INSTALL_FAILED,
11
OTA_FAILED_TO_DESERIALIZE,
12
OTA_RESPONSE_INVALID
13
};
Generated by
1.9.8