set_partition_install_date - when NVS connects

This commit is contained in:
proddy
2025-12-26 13:34:02 +01:00
parent 8c831ac0e9
commit d30375f3c4
2 changed files with 36 additions and 17 deletions

View File

@@ -392,6 +392,8 @@ class System {
uint8_t systemStatus_; // uses SYSTEM_STATUS enum
void set_partition_install_date(bool override = false);
// button
static PButton myPButton_; // PButton instance
static void button_OnClick(PButton & b);