Skip to content

Commit

Permalink
Update hwdef for MicoAir405v2 and MicoAir405mini
Browse files Browse the repository at this point in the history
Update MicoAir405v2 hwdef.dat: enable OPTICALFLOW

Update MicoAir405v2 defaults.parm: enable OSD_TYPE2 and adjust LOG_FILE_BUFSIZE from 16 to 8

Update MicoAir405Mini defaults.parm: adjust LOG_FILE_BUFSIZE from 16 to 8
  • Loading branch information
Minderring committed Sep 2, 2024
1 parent 02d01ce commit 385a5c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ SERIAL3_PROTOCOL 5
SERIAL4_PROTOCOL 2
SERIAL5_PROTOCOL 16
SERIAL6_PROTOCOL 23
LOG_FILE_BUFSIZE 8
GPS_DRV_OPTIONS 4
4 changes: 4 additions & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/MicoAir405v2/defaults.parm
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
#BATTERY MONITOR ON
BATT_MONITOR 4

#enable second OSD type
OSD_TYPE2 = 5

#Serial Port defaults
SERIAL1_PROTOCOL 2
SERIAL2_PROTOCOL 42
SERIAL3_PROTOCOL 5
SERIAL4_PROTOCOL 2
SERIAL5_PROTOCOL 16
SERIAL6_PROTOCOL 23
LOG_FILE_BUFSIZE 8
GPS_DRV_OPTIONS 4
1 change: 1 addition & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/MicoAir405v2/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,4 @@ define HAL_FRAME_TYPE_DEFAULT 12

# reduce flash usage
include ../include/minimize_fpv_osd.inc
undef AP_OPTICALFLOW_ENABLED

0 comments on commit 385a5c5

Please sign in to comment.