Commit Graph

11 Commits

Author SHA1 Message Date
Igor Biletskyy
493866d15b Cleanup Wi-Fi leftovers (#804)
* cleanup python lib

* remove wifi leftovers from firmware

* few spots in firmware

* forgot

* remove usb to wifi test

* linter

* more cleanup in flasher.h

* more found

* check in tests too

* linter
2021-12-06 14:39:28 -08:00
Adeeb
d7f7b14118 Enable almost all Flake8 checks (#548)
* fix W391

* E262

* E703

* W293

* some E

* E231

* some more E

* E225

* more E

* E252

* no tabs

* more tabs

* E701

* uds.py

* almost all of them

* only e265 left

* not sure why this is triggering on commented out code

* ignore esptool
2020-06-01 01:49:26 -07:00
Clay Dugo
000282e544 Fix can_logger.py to run correctly on python3 (#392) 2019-11-27 11:11:55 -08:00
Riccardo
2dc34096a0 2to3 applied 2019-09-24 22:33:46 -07:00
Riccardo
1e2412a297 env python -> env python3 2019-09-24 17:50:53 -07:00
Drew Hintz
a5f99b5346 update can_unique.py for new can_logger.py format 2017-11-20 22:27:25 -08:00
Adam Urban
1a7b95e684 Adding 0x to message to Excel doesn't trim leading zeros 2017-11-12 15:15:23 -08:00
Adam Urban
acf2377bb7 Add message length column 2017-11-12 15:15:23 -08:00
Adam Urban
bc7f21f1a4 Show address in hex to match cabana 2017-11-12 15:15:23 -08:00
Adam Urban
54d827eaf1 Add WiFi support, message counts to can_logger example 2017-11-12 15:15:23 -08:00
Adam Urban
ad21cd719e Adding a .csv CAN logger example
Logs on all 3 CAN busses to output.csv
2017-11-03 19:12:42 -07:00