rename to stored version, use same infoDialog

This commit is contained in:
proddy
2025-12-24 12:54:08 +01:00
parent 0557def0b6
commit 71281bc82d
14 changed files with 123 additions and 106 deletions

View File

@@ -108,6 +108,12 @@ let system_status = {
has_loader: true,
has_partition: true,
partitions: [
{
partition: 'app0', // this one is active
version: 'XX.XX.XX', // defined later
install_date: '2025-03-01T13:29:13.999Z',
size: 4672
},
{
partition: 'app1',
version: '3.7.3-dev.41',
@@ -179,6 +185,7 @@ switch (version_test as number) {
// set the version
system_status.emsesp_version = THIS_VERSION;
system_status.partitions[0].version = THIS_VERSION; // app0
// set the ESP platform - using ESP32 will disable OTA and automatic version downloading
let emulate_esp: string;