Initial working radio controller for OP25

This commit is contained in:
Logan Cusano
2023-05-20 14:31:43 -04:00
parent 0f003f907e
commit c4070cc420
6 changed files with 156 additions and 34 deletions

View File

@@ -15,6 +15,7 @@ router.post('/start', radioController.openRadioSession);
/**
* POST Close the current radio session
* Response from the radio: 200: closed; 204: not connected
*/
router.post('/stop', radioController.closeRadioSession);