DimonSE / open9x

Automatically exported from code.google.com/p/open9x
0 stars 0 forks source link

Reject telemetry values on CS when "no data" #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On Open9x 1195 for sky9x board.

If a custom switch is set like:
SW1 = "V < ofs" "A2" "11V"

It will always be true when telemetry is not OK.
So when you're working on your radio without the RX powered the switch will 
trigger and the associated alerts too.

According to MikeB there is already something for that on ersky9x:
"On er9x/ersky9x I have a check in getswitch for whether the telemetry values 
are valid, i.e. data is being received. If not valid, then getswitch returns 
false to any comparison using them."

Original issue reported on code.google.com by baptiste...@gadz.org on 11 Aug 2012 at 8:52

GoogleCodeExporter commented 9 years ago

Original comment by bson...@gmail.com on 11 Aug 2012 at 8:09