diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2015-08-18 22:36:08 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2015-08-18 22:36:08 +1000 |
commit | 94e3320898697551d9df3675c6c09c8751ca6ea7 (patch) | |
tree | bb8eaf82f50be37172cd041b3472572595543fac | |
parent | 7929a0df48aee63aaf6c6a04e2716d8aa6699e9c (diff) | |
download | 2021-arduino-obd-94e3320898697551d9df3675c6c09c8751ca6ea7.tar.gz 2021-arduino-obd-94e3320898697551d9df3675c6c09c8751ca6ea7.tar.bz2 2021-arduino-obd-94e3320898697551d9df3675c6c09c8751ca6ea7.zip |
Update default config file
-rw-r--r-- | megalogger/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/megalogger/config.h b/megalogger/config.h index 8feb1fe..9f6a343 100644 --- a/megalogger/config.h +++ b/megalogger/config.h @@ -26,7 +26,8 @@ // this defines the format of data streaming // FORMAT_BIN is required by Freematics OBD iOS App -// FORMAT_CSV is for text-based output +// FORMAT_CSV for text-based data, hex digits for PID +// FORMAT_TEXT for text-based, text names for PID #define STREAM_FORMAT FORMAT_BIN /* Default streaming baudrates: |