Skip to content

Commit

Permalink
F48v4 discovery xScanner
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 committed Jul 14, 2023
1 parent 4b4ef0f commit fdb1346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xScanner/ScanWork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ void FalconWork::DoWork(WorkManager& workManager, wxSocketClient* client)
int version;
Falcon::DecodeModelVersion(p, model, version);

if (p == 128) {
if (p == 128 || p == 129) {
Falcon falcon(_ip, _proxy);
if (falcon.IsConnected()) {
wxJSONValue status = falcon.V4_GetStatus();
Expand Down

0 comments on commit fdb1346

Please sign in to comment.