diff options
Diffstat (limited to 'tester/config.h')
-rw-r--r-- | tester/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tester/config.h b/tester/config.h index cb70095..ed6714a 100644 --- a/tester/config.h +++ b/tester/config.h @@ -33,6 +33,8 @@ LCD_ILI9341 lcd; /* 2.4" ILI9341 based SPI TFT LCD */ // enable(1)/disable(0) data streaming #define ENABLE_DATA_OUT 1 +#define DELAY_AFTER_SENDING 10 + // uses software(1)/hardware(0) serial for data streaming #define USE_SOFTSERIAL 0 |