From 94e3320898697551d9df3675c6c09c8751ca6ea7 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Tue, 18 Aug 2015 22:36:08 +1000 Subject: Update default config file --- megalogger/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3