mirror of
https://gitee.com/qpy-solutions/tracker-v2.git
synced 2025-05-19 02:58:25 +08:00
update: tracker ota check judgment
This commit is contained in:
parent
588d4a9926
commit
12254378d2
@ -206,8 +206,9 @@ def tracker():
|
||||
collector.device_status_check()
|
||||
# Device info report to cloud
|
||||
controller.remote_device_report()
|
||||
# OTA plain check
|
||||
controller.remote_ota_check()
|
||||
if current_settings["user_cfg"]["sw_ota"] is True:
|
||||
# OTA plain check
|
||||
controller.remote_ota_check()
|
||||
# Low energy init
|
||||
controller.low_energy_init()
|
||||
# Low energy start
|
||||
|
Loading…
x
Reference in New Issue
Block a user