Skip to content

Commit 2505379

Browse files
committed
Print firmware mode in menuMain
1 parent 8032960 commit 2505379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firmware/RTK_Everywhere/menuMain.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ void menuMain()
126126
firmwareVersionGet(versionString, sizeof(versionString), true);
127127
RTKBrandAttribute *brandAttributes = getBrandAttributeFromBrand(present.brand);
128128
systemPrintf("%s RTK %s %s\r\n", brandAttributes->name, platformPrefix, versionString);
129+
systemPrintf("Mode: %s\r\n", stateToRtkMode(systemState));
129130

130131
#ifdef COMPILE_BT
131132

0 commit comments

Comments
 (0)