0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-14 13:41:22 +02:00

Updater: better warning when version number could not be found in index files

This commit is contained in:
peteruithoven 2014-03-14 15:51:24 +01:00
parent 7b2a887449
commit c8e6a5b32d

View File

@ -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