ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
Loading...
Searching...
No Matches
Classes | Variables
OTA_Update_Callback.h File Reference
#include "Callback.h"
#include "IUpdater.h"
#include "Timeoutable_Request.h"
Include dependency graph for OTA_Update_Callback.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OTA_Update_Callback
 Over the air firmware update callback wrapper. More...
 

Variables

uint8_t constexpr CHUNK_RETRIES = 12U
 
uint16_t constexpr CHUNK_SIZE = (4U * 1024U)
 
uint64_t constexpr REQUEST_TIMEOUT_MS = (5U * 1000U * 1000U)
 

Variable Documentation

◆ CHUNK_RETRIES

uint8_t constexpr CHUNK_RETRIES = 12U
constexpr

◆ CHUNK_SIZE

uint16_t constexpr CHUNK_SIZE = (4U * 1024U)
constexpr

◆ REQUEST_TIMEOUT_MS

uint64_t constexpr REQUEST_TIMEOUT_MS = (5U * 1000U * 1000U)
constexpr