kopia lustrzana https://github.com/evil-mad/EggBot
Added printout to update window so users can know they have the "EBB nickname" version of the updater.
rodzic
4eece023bb
commit
e1820516d1
Plik binarny nie jest wyświetlany.
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue