File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737*/
3838
3939const int FIRMWARE_VERSION_MAJOR = 1 ;
40- const int FIRMWARE_VERSION_MINOR = 0 ;
40+ const int FIRMWARE_VERSION_MINOR = 1 ;
4141
4242// Define the RTK Surveyor board identifier:
4343// This is an int which is unique to this variant of the RTK Surveyor and which allows us
@@ -253,7 +253,6 @@ void setup()
253253 }
254254
255255 Serial.flush (); // Complete any previous prints
256- Serial.printf (" SparkFun RTK Surveyor v%d.%d\r\n " , FIRMWARE_VERSION_MAJOR, FIRMWARE_VERSION_MINOR);
257256
258257 danceLEDs (); // Turn on LEDs like a car dashboard
259258
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ void menuMain()
55 while (1 )
66 {
77 Serial.println ();
8+ Serial.printf (" SparkFun RTK Surveyor v%d.%d\r\n " , FIRMWARE_VERSION_MAJOR, FIRMWARE_VERSION_MINOR);
89 Serial.println (F (" Menu: Main Menu" ));
910
1011 Serial.print (" ** Bluetooth broadcasting as: " );
You can’t perform that action at this time.
0 commit comments