stephenhouser / node-red-contrib-flexradio

NodeRed nodes for working with FlexRadio 6xxx series software defined radios
Other
9 stars 3 forks source link

Silently drops requests if radio is not connected #30

Closed stephenhouser closed 3 years ago

stephenhouser commented 3 years ago

I would like the request node to somehow notify me that a command I send has been rejected because the radio has not yet been configured or connected to so that I know how to recover. Currently the request node silently drops requests sent to it if there is no radio to send them to.

stephenhouser commented 3 years ago

Fixed as above