mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-06-08 10:54:55 +08:00
python: disable power save by default when setting safety mode (#725)
* python: disable power save by default when setting safety mode * no need to set power save manually * Update python/__init__.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
@@ -31,7 +31,6 @@ if __name__ == "__main__":
|
||||
uds_data_ids[uds_id] = "IDENTIFICATION_OPTION_SYSTEM_SUPPLIER_SPECIFIC"
|
||||
|
||||
panda = Panda()
|
||||
panda.set_power_save(0)
|
||||
panda.set_safety_mode(Panda.SAFETY_ELM327)
|
||||
print("querying addresses ...")
|
||||
with tqdm(addrs) as t:
|
||||
|
||||
Reference in New Issue
Block a user