Skip to content

Commit

Permalink
profiles: RNH power port cleaner display
Browse files Browse the repository at this point in the history
  • Loading branch information
natronics committed Jun 29, 2015
1 parent 90909c7 commit 81360b1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions profiles/RNH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,64 +65,64 @@ blocks:
- title: "Flight Computer"
data: "d.FC.RNHP.Port1*d.FC.RNHH.Voltage"
units: Watts
format: "%5.2f"
format: "%5.1f"
importance: minor
viz: sparkline
scale: [20.0,0.25]
scale: [20.0,0.5]
showzero: False

- title: "IMU"
data: "d.FC.RNHP.Port8*d.FC.RNHH.Voltage"
units: Watts
format: "%5.2f"
format: "%5.1f"
importance: minor
viz: sparkline
scale: [3.0,0.25]
scale: [3.0,0.5]
showzero: False

- title: "GPS"
data: "d.FC.RNHP.Port3*d.FC.RNHH.Voltage"
units: Watts
format: "%5.2f"
format: "%5.1f"
importance: minor
viz: sparkline
scale: [3.0,0.25]
scale: [3.0,0.5]
showzero: False

- title: "RasPi Cam 1"
data: "d.FC.RNHP.Port2*d.FC.RNHH.Voltage"
units: Watts
format: "%5.2f"
format: "%5.1f"
importance: minor
viz: sparkline
scale: [10.0,0.25]
scale: [10.0,0.5]
showzero: False

- title: "RasPi Cam 2"
data: "d.FC.RNHP.Port4*d.FC.RNHH.Voltage"
units: Watts
format: "%5.2f"
format: "%5.1f"
importance: minor
viz: sparkline
scale: [10.0,0.25]
scale: [10.0,0.5]
showzero: False

- title: "WiFi Power Amp"
data: "d.FC.RNHP.Port6*d.FC.RNHH.Voltage"
units: Watts
format: "%5.2f"
format: "%5.1f"
importance: minor
viz: sparkline
scale: [15.0,0.25]
scale: [15.0,0.5]
showzero: Flalse

- title: "Roll Control"
data: "d.FC.RNHP.Port7*d.FC.RNHH.Voltage"
units: Watts
format: "%5.2f"
format: "%5.1f"
importance: minor
viz: sparkline
scale: [5.0,0.25]
scale: [5.0,0.5]
showzero: False


Expand Down

0 comments on commit 81360b1

Please sign in to comment.