Skip to content

Commit

Permalink
Merge pull request ArduPilot#24 from CarbonixUAV/feature/OV3-522-apd-…
Browse files Browse the repository at this point in the history
…hv-pro-current-coefficient-temporary-change-REVERT

Feature/ov3 522 apd hv pro current coefficient temporary change revert
  • Loading branch information
Lokesh-Carbonix committed Feb 15, 2023
2 parents 8231e66 + d67aa03 commit a1919d0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release Ottano Carbopilot V4.3.6 15th Feb 2023
----------------------------------

This release includes:
- feature/OV3-522-apd-hv-pro-current-coefficient-temporary-change-REVERT

Happy flying!

Release Ottano Carbopilot V4.3.5 14th Feb 2023
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion ArduPlane/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "ap_version.h"

#define THISFIRMWARE "Ottano Carbopilot V4.3.5"
#define THISFIRMWARE "Ottano Carbopilot V4.3.6"

// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 4,2,1,FIRMWARE_VERSION_TYPE_OFFICIAL
Expand Down
2 changes: 1 addition & 1 deletion Tools/AP_Periph/AP_ESC_APDHVPro.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define POLECOUNT 42
#define POLEPAIRS (POLECOUNT / 2)
#define CURRENT_COEFFICIENT 1
#define CURRENT_COEFFICIENT 12.5

#define SERIESRESISTOR 10000
#define NOMINAL_RESISTANCE 10000
Expand Down
2 changes: 1 addition & 1 deletion Tools/AP_Periph/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#ifndef __AP_PERIPH_FW_VERSION__
#define __AP_PERIPH_FW_VERSION__

#define THISFIRMWARE "Ottano Carbopilot V4.3.5"
#define THISFIRMWARE "Ottano Carbopilot V4.3.6"

// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 1,3,0,FIRMWARE_VERSION_TYPE_DEV
Expand Down

0 comments on commit a1919d0

Please sign in to comment.