OtaUpgradeStream.h File Reference
#include <OtaUpgrade/BasicStream.h>
Include dependency graph for OtaUpgradeStream.h:
Go to the source code of this file.
Typedefs | |
| using | OtaUpgradeStream = OtaUpgrade::BasicStream |
Typedef Documentation
◆ OtaUpgradeStream
Alias for either OtaUpgrade::BasicStream or OtaUpgrade::EncryptedStream, depending on encryption settings.
Application code should use this alias to avoid source code modifications when changing OTA upgrade security settings.
1.8.13