Description
On initialization socket message allow configuration of testing mode. If it hasn't been done already the initialization message should be able also be able to change the telemetry frequency.
On the front end side you'll have to add test mode state to the socketContext, and add a Input element (toggle or check box) to the ConnectionDailog.tsx.
Acceptance Criteria
- When testing mode is enabled
test_decode.sh runs
- When testing mode is disabled
decode.sh runs
- Connection Dialog changes the following parameters on the socket server
Dev Notes
[for assignee]
Linked issues
Description
On initialization socket message allow configuration of testing mode. If it hasn't been done already the initialization message should be able also be able to change the telemetry frequency.
On the front end side you'll have to add test mode state to the
socketContext, and add a Input element (toggle or check box) to theConnectionDailog.tsx.Acceptance Criteria
test_decode.shrunsdecode.shrunsDev Notes
[for assignee]
Linked issues