From 45f531ccfbba19cecd8a2d62caafe63a49b70d1b Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Mon, 14 Feb 2022 17:31:14 +0100 Subject: [PATCH] ttgov21new.h: correction display --- src/hal/ttgov21new.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hal/ttgov21new.h b/src/hal/ttgov21new.h index f72b7369..fbaae22b 100644 --- a/src/hal/ttgov21new.h +++ b/src/hal/ttgov21new.h @@ -18,9 +18,9 @@ // enable only if you want to store a local paxcount table on the device #define HAS_SDCARD 2 // this board has a SDMMC card-reader/writer -//#define HAS_DISPLAY 1 -//#define HAS_LED (25) // green on board LED -#define HAS_LED NOT_A_PIN +#define HAS_DISPLAY 1 +#define HAS_LED (25) // green on board LED +//#define HAS_LED NOT_A_PIN #define BAT_MEASURE_ADC ADC1_GPIO35_CHANNEL // battery probe GPIO pin -> ADC1_CHANNEL_7 #define BAT_VOLTAGE_DIVIDER 2 // voltage divider 100k/100k on board