I messed up the merge, so pushing it over to another repo so I don't lose it. Will tidy up and remove later

Dependencies:   BufferedSerial FatFileSystemCpp mbed

Files at this revision

API Documentation at this revision

Comitter:
AndyA
Date:
Thu Aug 12 11:31:31 2021 +0000
Parent:
44:fe7fcf62c75d
Parent:
41:a3556d765635
Child:
47:8d577dfb7eb1
Commit message:
Merge;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Aug 12 11:30:14 2021 +0000
+++ b/main.cpp	Thu Aug 12 11:31:31 2021 +0000
@@ -1,3 +1,5 @@
+#define APP_VERSION 0.12
+
 /*
 Settings file options
 
@@ -742,7 +744,7 @@
 int main()
 {
     pc.baud(115200);
-    pc.printf("\r\n\r\nStartup - v0.11\r\n");
+    pc.printf("\r\n\r\nStartup - v%.2f\r\n", APP_VERSION); //Change via Line 1
     setRED();
 
     readSettingsFile();