fix m5core board compiler error
This commit is contained in:
parent
e7b4faa35d
commit
640197ec29
@ -38,10 +38,10 @@
|
|||||||
#define PMU_CHG_CUTOFF 0 // battery charge cutoff
|
#define PMU_CHG_CUTOFF 0 // battery charge cutoff
|
||||||
// possible values: *0:4.2V, 1:4.3V, 2:4.35V, 3:4.4V
|
// possible values: *0:4.2V, 1:4.3V, 2:4.35V, 3:4.4V
|
||||||
|
|
||||||
// GPS settings
|
// Optional GPS Module settings
|
||||||
#define HAS_GPS 1 // use on board GPS
|
//#define HAS_GPS 1 // use GPS
|
||||||
#define GPS_SERIAL 9600, SERIAL_8N1, RXD2, TXD2 // UBlox NEO 6M RX, TX
|
//#define GPS_SERIAL 9600, SERIAL_8N1, GPIO_NUM_17, GPIO_NUM_16 // UBlox NEO M8N RX,TX
|
||||||
#define GPS_INT
|
//#define GPS_INT GPIO_NUM_36 // 30ns accurary timepulse, to be external wired on pcb: shorten R12!
|
||||||
|
|
||||||
// Display Settings
|
// Display Settings
|
||||||
#define HAS_DISPLAY 2 // TFT-LCD
|
#define HAS_DISPLAY 2 // TFT-LCD
|
||||||
|
Loading…
Reference in New Issue
Block a user