Added Reboot and Manual FW Update commands

This commit is contained in:
2025-12-29 20:12:54 +02:00
parent db57b355b9
commit 953b5bd07d
4 changed files with 160 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ public:
void checkFirmwareUpdateFromSD(); // Check SD for firmware update
bool performManualUpdate(); // Manual update triggered by app
bool performManualUpdate(const String& channel); // Manual update from specific channel
bool performCustomUpdate(const String& firmwareUrl, const String& checksum = "", size_t fileSize = 0); // Custom firmware update
// Hardware identification
String getHardwareVariant() const;