add logfix usage to readme
This commit is contained in:
parent
2586b95bbc
commit
46e1fd5474
|
@ -32,3 +32,10 @@ AT+B115200
|
||||||
AT+C002
|
AT+C002
|
||||||
|
|
||||||
Using channel 2 instead of 1, because 1 receive didnt work with two computers.
|
Using channel 2 instead of 1, because 1 receive didnt work with two computers.
|
||||||
|
|
||||||
|
## logfix.py
|
||||||
|
The bobbycar controller records stats and data in txt files.
|
||||||
|
A new files with an ascending filename is created on boot.
|
||||||
|
The txt file contains a table in csv structure with comments for errors and debugging starting with '#'.
|
||||||
|
logfix.py is used to clean up, fix broken logs and combine them in a valid csv file.
|
||||||
|
Usage: python3 logfix.py --input LOG_0001.TXT LOG_0002.TXT LOG_0003.TXT --output outputlog.csv
|
||||||
|
|
Loading…
Reference in New Issue