mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
Updater: better warning when version number could not be found in index files
This commit is contained in:
parent
7b2a887449
commit
c8e6a5b32d
@ -463,7 +463,7 @@ function M.getStatus(withBetas)
|
||||
if cEnt then
|
||||
result.currentReleaseTimestamp = cEnt.timestamp
|
||||
else
|
||||
D("warning: could not find current wifibox version in release index, beta setting disabled after having beta installed?")
|
||||
D("warning: could not find current wifibox version in release indexes")
|
||||
end
|
||||
|
||||
if result.stateCode == M.STATE.DOWNLOADING then
|
||||
|
Loading…
Reference in New Issue
Block a user