code sanitizations

This commit is contained in:
cyberman54 2019-07-28 18:42:22 +02:00
parent 1cf2ab69ae
commit ad2234271f
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

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