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
SDCard_Updater.h File Reference
#include "Configuration.h"
#include <IUpdater.h>
Include dependency graph for SDCard_Updater.h:

Go to the source code of this file.

Classes

class  SDCard_Updater< Logger >
 IUpdater implementation that uses the c fopen function (https://cplusplus.com/reference/cstdio/fopen/), under the hood to write the given binary firmware data into a file. Can be used to write the binary into an intermediate SD card instead of directly updating to flash memory. More...
 

Variables

constexpr char OPEN_FILE_FAILED [] = "Failed to open file (%s), ensure path is correct and SD card exist and is initalized"
 

Variable Documentation

◆ OPEN_FILE_FAILED

constexpr char OPEN_FILE_FAILED[] = "Failed to open file (%s), ensure path is correct and SD card exist and is initalized"
constexpr