Skip to content

Commit

Permalink
Corrected GUI sample shows actual sensor packet length
Browse files Browse the repository at this point in the history
  • Loading branch information
philippmeisberger committed Jan 18, 2019
1 parent f5c864d commit 9a33778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/gui/Main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ procedure TMain.Refresh(ACaller: TThread; const AZfmSensor: TZfmSensor);
Inc(Index);
end; //of for
end; //of for

cbxPacketLength.ItemIndex := Ord(AZfmSensor.PacketLength);
end;

procedure TMain.ReadImage(ACaller: TThread; const AZfmSensor: TZfmSensor);
Expand Down

0 comments on commit 9a33778

Please sign in to comment.