mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 16:49:11 +03:00
rename to stored version, use same infoDialog
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user