We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8952644 commit b11a9cbCopy full SHA for b11a9cb
firmware/OpenLog_Firmware/OpenLog/OpenLog.ino
@@ -1743,7 +1743,7 @@ byte readLine(char* buffer, byte bufferLength)
1743
1744
void printMenu(void)
1745
{
1746
- NewSerial.println(F("OpenLog v4.1"));
+ NewSerial.println(F("OpenLog v4.2"));
1747
NewSerial.println(F("Basic commands:"));
1748
NewSerial.println(F("new <file>\t\t: Creates <file>"));
1749
NewSerial.println(F("append <file>\t\t: Appends text to end of <file>"));
0 commit comments