disable uart when uploading, show when uploading, store flag showing its a new firmware

This commit is contained in:
proddy
2025-12-26 15:25:41 +01:00
parent 4772a61e7c
commit 2b6606d8ad
4 changed files with 39 additions and 4 deletions

View File

@@ -96,6 +96,8 @@ using DeviceValueNumOp = DeviceValue::DeviceValueNumOp;
class EMSESPShell;
class Shower;
static constexpr const char * EMSESP_NVS_BOOT_NEW_FIRMWARE = "fresh_firmware"; // max 15 characters
class EMSESP {
public:
EMSESP();