Skip to content

Commit 34d59c5

Browse files
committed
Re-connection fixes
1 parent 2655465 commit 34d59c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAVGCL/src/main/java/com/comino/flight/observables/StateProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ private StateProperties(IMAVController control) {
258258
}
259259

260260
public void reset() {
261-
control.getStatusManager().reset();
261+
control.getStatusManager().reset();
262262
Platform.runLater(()-> {
263263
isGPOSAvailable.set(false);
264264
isLPOSAvailable.set(false);

0 commit comments

Comments
 (0)