Added printout to update window so users can know they have the "EBB nickname" version of the updater.

pull/231/head
EmbeddedMan 2024-04-20 10:36:05 -05:00
rodzic 4eece023bb
commit e1820516d1
2 zmienionych plików z 1 dodań i 0 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -258,6 +258,7 @@ CallBack Function cbButton() As Long
' New (4/20/24) : Read out EBB nickname tag, and write it back after update is complete
' Use "QT" and "ST" commands. Note that they only appeared in v2.5.5. So if we are updating from a version
' before that, then there will be an "!8 Err: Unknown command" error, which is fine.
Control Append Text CBHNDL, %ID_CommandOutputTexBox, "Checking for EBB nickname " + Chr$(13) + Chr$(10)
Comm_print(hComm, "QT" & Chr$(13))
Sleep 100
nBytes = COMM_Get(hComm, %COMM_RXQUE)