Update ttgobeam.h

This commit is contained in:
Verkehrsrot 2019-02-20 23:37:31 +01:00 committed by GitHub
parent e8245cc862
commit efd9f1774f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
#endif