mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-13 05:04:40 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
204c68d027 | ||
|
|
a9a878548e | ||
|
|
1f8dffc444 |
BIN
apk/0.6.6-en/ai.comma.plus.black.apk
Normal file
BIN
apk/0.6.6-en/ai.comma.plus.black.apk
Normal file
Binary file not shown.
BIN
apk/0.6.6-en/ai.comma.plus.frame.apk
Normal file
BIN
apk/0.6.6-en/ai.comma.plus.frame.apk
Normal file
Binary file not shown.
BIN
apk/0.6.6-en/ai.comma.plus.offroad.apk
Normal file
BIN
apk/0.6.6-en/ai.comma.plus.offroad.apk
Normal file
Binary file not shown.
BIN
apk/0.6.6-en/cn.dragonpilot.gpsservice.apk
Normal file
BIN
apk/0.6.6-en/cn.dragonpilot.gpsservice.apk
Normal file
Binary file not shown.
BIN
apk/0.6.6-en/com.autonavi.amapauto.apk
Normal file
BIN
apk/0.6.6-en/com.autonavi.amapauto.apk
Normal file
Binary file not shown.
BIN
apk/0.6.6-en/com.mixplorer.apk
Normal file
BIN
apk/0.6.6-en/com.mixplorer.apk
Normal file
Binary file not shown.
BIN
apk/0.6.6-en/com.tomtom.speedcams.android.map.apk
Normal file
BIN
apk/0.6.6-en/com.tomtom.speedcams.android.map.apk
Normal file
Binary file not shown.
BIN
apk/0.6.6-en/tw.com.ainvest.outpack.apk
Normal file
BIN
apk/0.6.6-en/tw.com.ainvest.outpack.apk
Normal file
Binary file not shown.
BIN
apk/ai.comma.plus.black.apk
Normal file
BIN
apk/ai.comma.plus.black.apk
Normal file
Binary file not shown.
BIN
apk/ai.comma.plus.frame.apk
Normal file
BIN
apk/ai.comma.plus.frame.apk
Normal file
Binary file not shown.
BIN
apk/ai.comma.plus.offroad.apk
Normal file
BIN
apk/ai.comma.plus.offroad.apk
Normal file
Binary file not shown.
BIN
apk/cn.dragonpilot.gpsservice.apk
Normal file
BIN
apk/cn.dragonpilot.gpsservice.apk
Normal file
Binary file not shown.
BIN
apk/com.autonavi.amapauto.apk
Normal file
BIN
apk/com.autonavi.amapauto.apk
Normal file
Binary file not shown.
BIN
apk/com.mixplorer.apk
Normal file
BIN
apk/com.mixplorer.apk
Normal file
Binary file not shown.
BIN
apk/com.tomtom.speedcams.android.map.apk
Normal file
BIN
apk/com.tomtom.speedcams.android.map.apk
Normal file
Binary file not shown.
BIN
apk/tw.com.ainvest.outpack.apk
Normal file
BIN
apk/tw.com.ainvest.outpack.apk
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ota_url": "https://commadist.azureedge.net/neosupdate/ota-signed-7a0117425bc4a6673958d265312994e124654a566228f3cec2f0f9bc8120a9ab.zip",
|
||||
"ota_url": "http://dpp.cool/neosupdate/ota-signed-7a0117425bc4a6673958d265312994e124654a566228f3cec2f0f9bc8120a9ab.zip",
|
||||
"ota_hash": "7a0117425bc4a6673958d265312994e124654a566228f3cec2f0f9bc8120a9ab",
|
||||
"recovery_url": "https://commadist.azureedge.net/neosupdate/recovery-3dc234d868c29a3739f6ca3bd47b1c2d3c570d9f478b6849a4fada129ee4af76.img",
|
||||
"recovery_url": "http://dpp.cool/neosupdate/recovery-3dc234d868c29a3739f6ca3bd47b1c2d3c570d9f478b6849a4fada129ee4af76.img",
|
||||
"recovery_len": 15848748,
|
||||
"recovery_hash": "3dc234d868c29a3739f6ca3bd47b1c2d3c570d9f478b6849a4fada129ee4af76"
|
||||
}
|
||||
|
||||
@@ -388,7 +388,7 @@ def thermald_thread():
|
||||
if msg.thermal.batteryPercent <= dragon_discharging_min:
|
||||
os.system('echo "1" > /sys/class/power_supply/battery/charging_enabled')
|
||||
else:
|
||||
os.system('echo "0" > /sys/class/power_supply/battery/charging_enabled')
|
||||
os.system('echo "1" > /sys/class/power_supply/battery/charging_enabled')
|
||||
ts_last_charging_ctrl = ts
|
||||
|
||||
# report to server once per minute
|
||||
|
||||
Reference in New Issue
Block a user