diff --git a/src/gpsread.cpp b/src/gpsread.cpp index d99a7c46..e5b86738 100644 --- a/src/gpsread.cpp +++ b/src/gpsread.cpp @@ -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, diff --git a/src/hal/generic.h b/src/hal/generic.h index 9d1d0b4e..1579221f 100644 --- a/src/hal/generic.h +++ b/src/hal/generic.h @@ -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