mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-02 12:07:02 +00:00
tidy up comments
This commit is contained in:
@@ -415,10 +415,6 @@ function upgradeImportantMessages(version: string) {
|
||||
}
|
||||
|
||||
// called by Action endpoint getVersions
|
||||
// Mirrors the C++ WebStatusService::getVersions() payload:
|
||||
// { current: { version, type, date },
|
||||
// stable?: { version, date, upgradeable },
|
||||
// dev?: { version, date, upgradeable } }
|
||||
// Set MOCK_OFFLINE = true to simulate a device with no internet (omits stable/dev).
|
||||
const MOCK_OFFLINE = false;
|
||||
function get_versions() {
|
||||
|
||||
Reference in New Issue
Block a user