diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_serial.h b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_serial.h index 55c537f..61e1252 100644 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_serial.h +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_serial.h @@ -281,7 +281,7 @@ void updateParams() { Serial.println("GAIN_F 3 <~ set gain factor to index 3 (6x)"); Serial.println("VFOL 2350 <~ set the vref floor to 2.35V"); #else - Serial.println("Check docs.pyroballpcbs.com/config") + Serial.println("Check docs.pyroballpcbs.com/config"); #endif // defined(ARDUINO_AVR_ATmega328PB) } parseData();