Skip to content

Commit

Permalink
IMPROVEMENT: Correct the power module information on the X11_plus tem…
Browse files Browse the repository at this point in the history
…plate
  • Loading branch information
amilcarlucas committed May 21, 2024
1 parent 3a11584 commit 8bc04c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion vehicle_templates/ArduCopter/X11_plus/08_batt1.param
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ BATT_FS_VOLTSRC,1 # Use sag-compensated voltage limits
BATT_LOW_MAH,0.0
BATT_LOW_VOLT,21.6 # (Low voltage + 0.0) x no. of cells
BATT_MONITOR,4.0
BATT_VOLT_MULT,1.0
BATT_VOLT_MULT,12.1
12 changes: 6 additions & 6 deletions vehicle_templates/ArduCopter/X11_plus/vehicle_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,16 @@
"Battery Monitor": {
"Product": {
"Manufacturer": "CubePilot",
"Model": "CubeOrange",
"URL": "https://www.robotshop.com/products/cubepilot-the-cube-orange-standard-set-ads-b-carrier-board",
"Version": "3"
"Model": "HX4-06008",
"URL": "https://docs.cubepilot.org/user-guides/autopilot/the-cube-user-manual#power-module-connection",
"Version": "PB01A21"
},
"Firmware": {
"Type": "ArduCopter",
"Version": "4.5.1"
"Type": "",
"Version": ""
},
"FC Connection": {
"Type": "I2C2",
"Type": "Analog",
"Protocol": "Analog Voltage and Current"
},
"Notes": "Voltage is done via the flight controller. Current is done via the ESC."
Expand Down

0 comments on commit 8bc04c1

Please sign in to comment.