fixed missing semicolon #bugfix
This commit is contained in:
parent
49bfe7663b
commit
568dc93311
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ void updateParams() {
|
||||||
Serial.println("GAIN_F 3 <~ set gain factor to index 3 (6x)");
|
Serial.println("GAIN_F 3 <~ set gain factor to index 3 (6x)");
|
||||||
Serial.println("VFOL 2350 <~ set the vref floor to 2.35V");
|
Serial.println("VFOL 2350 <~ set the vref floor to 2.35V");
|
||||||
#else
|
#else
|
||||||
Serial.println("Check docs.pyroballpcbs.com/config")
|
Serial.println("Check docs.pyroballpcbs.com/config");
|
||||||
#endif // defined(ARDUINO_AVR_ATmega328PB)
|
#endif // defined(ARDUINO_AVR_ATmega328PB)
|
||||||
}
|
}
|
||||||
parseData();
|
parseData();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue