Skip to content

Commit

Permalink
- Change version to 7.1.9
Browse files Browse the repository at this point in the history
- BFCOMPAT - use ESP32 radar symbols introduced by iNavFlight#9499
  • Loading branch information
rmaia3d committed Feb 19, 2024
1 parent 9f27fc3 commit 4d3a8ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ else()
endif()
endif()

project(INAV VERSION 7.1.0)
project(INAV VERSION 7.1.9)

enable_language(ASM)

Expand Down
3 changes: 2 additions & 1 deletion src/main/io/displayport_msp_bf_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ uint8_t getBfCharacter(uint8_t ch, uint8_t page)
*/

// Reference: https://github.com/iNavFlight/inav-configurator/blob/master/resources/osd/INAV%20Character%20Map.md
case SYM_HUD_CARDINAL:
/* case SYM_HUD_CARDINAL:
return BF_SYM_ARROW_SOUTH;
case SYM_HUD_CARDINAL + 1:
Expand All @@ -762,6 +762,7 @@ uint8_t getBfCharacter(uint8_t ch, uint8_t page)
case SYM_HUD_CARDINAL + 10:
case SYM_HUD_CARDINAL + 11:
return BF_SYM_ARROW_3; // SE oriented arrow
*/

case SYM_SERVO_PAN_IS_CENTRED:
return 'C'; // Centered pan servo
Expand Down

0 comments on commit 4d3a8ab

Please sign in to comment.