From 640197ec29616041fb5d18fc858962fd53436b6a Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Tue, 1 Nov 2022 21:14:52 +0100 Subject: [PATCH] fix m5core board compiler error --- src/hal/m5core.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hal/m5core.h b/src/hal/m5core.h index d1bd87c6..e36a3e58 100644 --- a/src/hal/m5core.h +++ b/src/hal/m5core.h @@ -38,10 +38,10 @@ #define PMU_CHG_CUTOFF 0 // battery charge cutoff // possible values: *0:4.2V, 1:4.3V, 2:4.35V, 3:4.4V -// GPS settings -#define HAS_GPS 1 // use on board GPS -#define GPS_SERIAL 9600, SERIAL_8N1, RXD2, TXD2 // UBlox NEO 6M RX, TX -#define GPS_INT +// Optional GPS Module settings +//#define HAS_GPS 1 // use GPS +//#define GPS_SERIAL 9600, SERIAL_8N1, GPIO_NUM_17, GPIO_NUM_16 // UBlox NEO M8N RX,TX +//#define GPS_INT GPIO_NUM_36 // 30ns accurary timepulse, to be external wired on pcb: shorten R12! // Display Settings #define HAS_DISPLAY 2 // TFT-LCD