Skip to content

Commit 13e56c9

Browse files
committed
Add comment - otaCheckVersion will call wifiConnect if needed
1 parent 5a0dae9 commit 13e56c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firmware/RTK_Everywhere/menuCommands.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ bool updateSettingWithValue(const char *settingName, const char *settingValueStr
719719
char newVersionCSV[100];
720720

721721
// Get firmware version from server
722+
// otaCheckVersion will call wifiConnect if needed
722723
if (otaCheckVersion(reportedVersion, sizeof(reportedVersion)))
723724
{
724725
// We got a version number, now determine if it's newer or not

0 commit comments

Comments
 (0)