code sanitizations
This commit is contained in:
parent
1cf2ab69ae
commit
ad2234271f
@ -104,7 +104,7 @@ time_t get_gpstime(gpsStatus_t value) {
|
||||
|
||||
time_t t = timeIsValid(makeTime(value.timedate));
|
||||
|
||||
// show NMEA data in verbose mode, useful for debugging GPS
|
||||
// show NMEA data in debug mode, useful for debugging GPS
|
||||
ESP_LOGD(
|
||||
TAG,
|
||||
"GPS time: %d | GPS NMEA data: passed %d / failed: %d / with fix: %d", t,
|
||||
|
@ -55,7 +55,7 @@
|
||||
|
||||
// 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 GPS_SERIAL 9600, SERIAL_8N1, GPIO_NUM_12, GPIO_NUM_15 // UBlox NEO 6M RX, TX
|
||||
#define GPS_INT GPIO_NUM_13 // 30ns accurary timepulse, to be external wired on pcb: NEO 6M Pin#3 -> GPIO13
|
||||
|
||||
// Pins for I2C interface of OLED Display
|
||||
|
Loading…
Reference in New Issue
Block a user