mirror of
https://github.com/mbirth/tcl_ota_check.git
synced 2024-11-09 22:06:47 +00:00
Full ROM download via foot=1 parameter!
This commit is contained in:
parent
231abe73d4
commit
6367be57d1
@ -154,6 +154,8 @@ class FotaCheck:
|
||||
params["cltp"] = self.cltp
|
||||
params["cktp"] = self.cktp
|
||||
params["rtd"] = self.rtd
|
||||
if self.mode == self.MODE_FULL:
|
||||
params["foot"] = 1
|
||||
params["chnl"] = self.chnl
|
||||
|
||||
#print(repr(dict(params)))
|
||||
|
Loading…
Reference in New Issue
Block a user