-
- Downloads
Sync from the branch tested during the SFT
* log level has been increased from TRACE to DEBUG to avoid having GBs of logs * Valve Control pane is now updated to capture ACK and NACK and update setting (timing/aperture) values * Basic version of MessageViewer has been added, still it need major refinement and refactoring * Fixed pesky collision bug concerning element IDs inside P&ID pane when loading from layout, that was the cause of mysterious crashes when deleting elements * Changed default keyboard shortcuts to be prepended by ALT (to avoid issues with numeric valve controls, THIS NEED TO BE REWORKED IN THE NEAR FUTURE)
Showing
- .vscode/settings.json 3 additions, 0 deletions.vscode/settings.json
- src/main.rs 3 additions, 1 deletionsrc/main.rs
- src/mavlink/reflection.rs 8 additions, 0 deletionssrc/mavlink/reflection.rs
- src/ui/panes/messages_viewer.rs 165 additions, 12 deletionssrc/ui/panes/messages_viewer.rs
- src/ui/panes/pid_drawing_tool.rs 7 additions, 0 deletionssrc/ui/panes/pid_drawing_tool.rs
- src/ui/panes/valve_control.rs 43 additions, 27 deletionssrc/ui/panes/valve_control.rs
- src/ui/panes/valve_control/commands.rs 13 additions, 2 deletionssrc/ui/panes/valve_control/commands.rs
- src/ui/panes/valve_control/ui/valve_control_window.rs 73 additions, 42 deletionssrc/ui/panes/valve_control/ui/valve_control_window.rs
- src/ui/panes/valve_control/valves.rs 36 additions, 28 deletionssrc/ui/panes/valve_control/valves.rs
- src/utils/id.rs 7 additions, 0 deletionssrc/utils/id.rs
Loading
Please register or sign in to comment