Skip to content

Commit

Permalink
Volanti: 4.6.0 Release Notes & Version
Browse files Browse the repository at this point in the history
SW-196
  • Loading branch information
loki077 authored and robertlong13 committed May 16, 2024
1 parent dfa9e25 commit 2e77acc
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.6.0 16th May 2024
----------------------------------

This Production Release includes
- Fixed a Bug where lua could cause a hardfault in Flight controller.
- AP_Scripting: stash and restore FPU register context in LUAI_TRY
- AP_Scripting: fixed float register save/restore in setjmp/longjmp

Happy Flying!

Release Volanti Carbopilot V4.5.0 19th April 2024
----------------------------------

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.5.0"
#define THISFIRMWARE "Volanti Carbopilot V4.6.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.5.0"
#define THISFIRMWARE "Volanti Carbopilot V4.6.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 2e77acc

Please sign in to comment.