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 37
37
*/
38
38
39
39
const int FIRMWARE_VERSION_MAJOR = 1 ;
40
- const int FIRMWARE_VERSION_MINOR = 0 ;
40
+ const int FIRMWARE_VERSION_MINOR = 1 ;
41
41
42
42
// Define the RTK Surveyor board identifier:
43
43
// This is an int which is unique to this variant of the RTK Surveyor and which allows us
@@ -253,7 +253,6 @@ void setup()
253
253
}
254
254
255
255
Serial.flush (); // Complete any previous prints
256
- Serial.printf (" SparkFun RTK Surveyor v%d.%d\r\n " , FIRMWARE_VERSION_MAJOR, FIRMWARE_VERSION_MINOR);
257
256
258
257
danceLEDs (); // Turn on LEDs like a car dashboard
259
258
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ void menuMain()
5
5
while (1 )
6
6
{
7
7
Serial.println ();
8
+ Serial.printf (" SparkFun RTK Surveyor v%d.%d\r\n " , FIRMWARE_VERSION_MAJOR, FIRMWARE_VERSION_MINOR);
8
9
Serial.println (F (" Menu: Main Menu" ));
9
10
10
11
Serial.print (" ** Bluetooth broadcasting as: " );
You can’t perform that action at this time.
0 commit comments