OtaUpgradeStream.h
Go to the documentation of this file.
1 /****
2  * Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3  * Created 2017 by Slavey Karadzhov
4  * http://github.com/SmingHub/Sming
5  * All files of the Sming Core are provided under the LGPL v3 license.
6  *
7  * OtaUpgradeStream.h - Front-end header for OTA upgrade functionality, to be included by application code.
8  *
9  ****/
10 
11 #ifdef ENABLE_OTA_ENCRYPTION
14 #else
15 #include <OtaUpgrade/BasicStream.h>
17 #endif
18 
A write-only stream to parse and apply firmware unencrypted upgrade files generated by otatool....
Definition: BasicStream.h:45
Encryption wrapper for BasicStream.
Definition: EncryptedStream.h:28