RbootPayloadParser.h
Go to the documentation of this file.
1 /****
2  * Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3  * Created 2015 by Skurydin Alexey
4  * http://github.com/SmingHub/Sming
5  * All files of the Sming Core are provided under the LGPL v3 license.
6  *
7  * RbootPayloadParser.h
8  *
9  * Created: 2021 - Slavey Karadzhov <slav@attachix.com>
10  *
11  ****/
12 
13 #pragma once
14 
15 #include "StandardPayloadParser.h"
16 
17 namespace OtaUpgrade
18 {
19 namespace Mqtt
20 {
23 
24 } // namespace Mqtt
25 } // namespace OtaUpgrade
This parser allows the processing of firmware data that is directly stored to the flash memory using ...
Definition: StandardPayloadParser.h:27
Definition: BasicStream.h:24
#define SMING_DEPRECATED
Definition: sming_attr.h:36