diff options
Diffstat (limited to 'tester/config.h')
-rw-r--r-- | tester/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tester/config.h b/tester/config.h index f8ff4f5..cb70095 100644 --- a/tester/config.h +++ b/tester/config.h @@ -22,6 +22,12 @@ LCD_ILI9341 lcd; /* 2.4" ILI9341 based SPI TFT LCD */ //LCD_Null lcd; /************************************** +* Benchmark option +**************************************/ +#define OBD_BENCHMARK_TIME 5 /* seconds */ +#define MEMS_BENCHMARK_TIME 3 /* seconds */ + +/************************************** * Data streaming options **************************************/ // enable(1)/disable(0) data streaming |