Commit Graph

732 Commits

Author SHA1 Message Date
dragonpilot ea3be014b3 remove temp/battery level display to fix black/freeze screen. 2020-01-31 17:18:40 +10:00
dragonpilot 41b72be473 fix temp/battery display issue 2020-01-29 21:55:12 +10:00
dragonpilot 10326cf5b2 add battery level and temp to driving ui. 2020-01-23 14:56:07 +10:00
dragonpilot 9adbd34055 fixed issues in appd that cause offroad to crash. 2020-01-23 14:55:30 +10:00
dragonpilot 82664eee20 fix no keyboard issue in full screen app (waze) 2020-01-22 15:05:59 +10:00
dragonpilot 03bd19c10d fix display issue when opening full screen apps. 2020-01-22 15:04:55 +10:00
dragonpilot e9af0ed208 Merge branch 'devel' of https://github.com/commaai/openpilot into devel 2020-01-22 14:31:29 +10:00
Willem Melching 6cf3ef4105 update athenad.py 2020-01-21 12:18:16 -08:00
dragonpilot 5cc176f3ec Merge branch 'devel' of https://github.com/commaai/openpilot into devel 2020-01-21 14:12:40 +10:00
Willem Melching 355b92d7d4 catch exception in uploader.py 2020-01-20 11:30:04 -08:00
Willem Melching b5a7a39a39 Panda signature needs to be bytes 2020-01-19 09:42:10 -08:00
dragonpilot 019f70c086 simplify alc logic 2020-01-19 20:29:24 +10:00
dragonpilot a801285d3d remove hotspot monkey script 2020-01-18 22:31:55 +10:00
dragonpilot 61b4a574dd fix migration issue 2020-01-18 22:29:59 +10:00
dragonpilot 6d368c430b use pkill instead pm to close apps 2020-01-18 18:23:42 +10:00
dragonpilot 9a08b26d54 fixing 0.7.1 merge conflicts 2020-01-17 22:32:21 +10:00
dragonpilot 2eb80acd9b Merge branch 'devel' of https://github.com/commaai/openpilot into devel-en 2020-01-17 22:31:23 +10:00
Willem Melching bf7ff4748a registration: send up both imeis 2020-01-16 11:43:09 -08:00
Vehicle Researcher 5a62944e9e openpilot v0.7.1 release 2020-01-15 14:05:04 -08:00
dragonpilot 1d8aec0fe3 add ability to turn on hotspot on boot. 2020-01-14 15:29:00 +10:00
dragonpilot afcf4daa51 refactor appd 2020-01-14 14:17:32 +10:00
dragonpilot 6cbde9f3e4 add DragonBTG mode 2020-01-08 15:05:31 +10:00
dragonpilot ecef8200d5 add support to 2018 Lexus RX300 China ver 2020-01-06 13:15:08 +10:00
Rick Lan b0c0357eb0 Merge branch 'devel' of https://github.com/commaai/openpilot into devel-en 2019-12-29 21:17:25 +10:00
Rick Lan 9d5db97d1c Move ALCs min speed / timer to variables. 2019-12-29 21:13:22 +10:00
rbiasini cccafa7b64 Honda fwd fixes (#5)
- fix chime forwarding
- forward radar hud msg from stock
- no EON chime during stock fcw
2019-12-25 21:38:00 -08:00
dragonpilot 8317227583 increase min speed to use assist lc / auto lc 2019-12-18 14:34:12 +10:00
dragonpilot 6447f53d58 remove 2017 Civic Hatchback LX fingerprint because it will cause issue with others. 2019-12-18 14:30:55 +10:00
dragonpilot 695d5746fe update auto_lc logic, fix incorrect auto_lc alert. 2019-12-18 11:57:11 +10:00
dragonpilot 2862f3006c auto lane change send alerts 2019-12-17 11:02:36 +10:00
Rick Lan 09be37c457 update apks, fix up ALC logic 2019-12-17 01:18:45 +10:00
dragonpilot b7574d3a55 migrate to 0.7 2019-12-16 17:13:44 +10:00
dragonpilot c62d0f63f2 Merge branch 'devel' of https://github.com/commaai/openpilot into devel-en 2019-12-16 11:23:05 +10:00
Riccardo fd4a8b2f9f Allow more time for snapshots and increase alert priority for disallowed community feature 2019-12-14 10:36:39 -08:00
Vehicle Researcher 36282d9752 openpilot v0.7 release 2019-12-13 13:03:08 -08:00
dragonpilot cc3dd034ee Merge branch 'devel-unsupported-cars' into devel-en 2019-12-10 16:26:15 +10:00
dragonpilot 88a2a7e175 remove duplicated fp 2019-12-10 16:25:36 +10:00
dragonpilot 7fc6536940 Merge branch 'devel-unsupported-cars' into devel-en 2019-12-10 16:24:46 +10:00
dragonpilot 9ba4721162 add 2 more fingerprints from shell 2019-12-10 16:24:21 +10:00
dragonpilot d2a0d11c59 Merge branch 'devel-unsupported-cars' into devel-en 2019-12-10 16:12:25 +10:00
dragonpilot b061cbef90 add 17' Civic Hatchback LX fingerprint from CFranHonda 2019-12-10 16:12:05 +10:00
dragonpilot df67387ca9 Merge branch 'devel' of https://github.com/commaai/openpilot into devel-unsupported-cars 2019-12-10 16:08:43 +10:00
dragonpilot 9a1e4ff917 add waze mode 2019-12-10 11:24:49 +10:00
Arne Schwarck 5bf610ddf2 Battery protection (#888)
* Battery protection

If your car battery voltage is lower than 0% switch off charging to stop the Eon from damaging the 12v car battery. Leaving you with a car that can not start but has a fully charged eon ;-)

* add rbiasini comment && !ignition

* Update Offroad_ChargeDisabled with voltage low

* simplify alert

* non-temporal hysteresis from @rbiasini

And up the start charge limit to 12v. i.e. 50% car battery voltage

* once battery power recovers to 11.500 volts charge

This leaves 1v inbetween for any fluctuations that could occur.

* fix indent

* Fix indent of whole block

It looks like sometimes when you copy and paste into the github web interface some white spacing gets added or removed. BE AWARE!
2019-12-04 11:46:39 -08:00
dragonpilot ad2e92f057 add china 2019 corolla 2019-11-28 14:38:12 +10:00
dragonpilot b54a0ccb95 Merge branch 'devel' of https://github.com/commaai/openpilot into devel-unsupported-cars 2019-11-28 14:37:24 +10:00
dragonpilot 29ab7b80d8 add ability to disable steering ratio learner 2019-11-27 10:09:41 +10:00
Shane Smiskol f559477ab1 Fix typo (#891) 2019-11-25 21:40:51 -08:00
dragonpilot 31fc2a50fb update APK, allow use of lead car moving alert without enable OP 2019-11-21 09:21:58 +10:00
dragonpilot 2f28bdad81 bug fix 2019-11-15 18:28:59 +10:00