Skip to content

Commit

Permalink
Volanti: 4.5.0 Release Notes & Version
Browse files Browse the repository at this point in the history
SW-61
  • Loading branch information
loki077 committed Apr 22, 2024
1 parent 5ff9ba3 commit 2b795b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release Volanti Carbopilot V4.5.0 19th April 2024
----------------------------------

This Production Release includes
- lua binding added ESC- `get_last_telem_data_ms` MotorMatrix `get_lost_motor` MotorMatrix `get_thrust_boost`
- Added Cx_built_in_test.lua to CubeOrange
- Cx_built_in_test.lua added ESC telemetry and RPM drop test

Happy Flying!

Release Volanti Carbopilot V4.4.0 22nd Sep 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 "Volanti Carbopilot V4.4.0"
#define THISFIRMWARE "Volanti Carbopilot V4.5.0"

// 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/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 "Volanti Carbopilot V4.4.0"
#define THISFIRMWARE "Volanti Carbopilot V4.5.0"

// 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 2b795b4

Please sign in to comment.