From efd9f1774fddee6621363cb26cdcdce121a1a9b1 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Wed, 20 Feb 2019 23:37:31 +0100 Subject: [PATCH] Update ttgobeam.h --- src/hal/ttgobeam.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hal/ttgobeam.h b/src/hal/ttgobeam.h index 3052468e..bdbb5c0b 100644 --- a/src/hal/ttgobeam.h +++ b/src/hal/ttgobeam.h @@ -21,8 +21,8 @@ #define BATT_FACTOR 2 // voltage divider 100k/100k on board // GPS settings -//#define HAS_GPS 1 // use on board GPS -//#define GPS_SERIAL 9600, SERIAL_8N1, GPIO_NUM_12, GPIO_NUM_15 // UBlox NEO 6M +#define HAS_GPS 1 // use on board GPS +#define GPS_SERIAL 9600, SERIAL_8N1, GPIO_NUM_12, GPIO_NUM_15 // UBlox NEO 6M //#define GPS_INT GPIO_NUM_34 // 30ns accurary timepulse, to be external wired on pcb: NEO 6M Pin#3 -> GPIO34 // enable only if device has these sensors, otherwise comment these lines @@ -48,4 +48,4 @@ //#define DISABLE_BROWNOUT 1 // comment out if you want to keep brownout feature -#endif \ No newline at end of file +#endif