Skip to content

Commit

Permalink
IMPROVEMENT: fix spelling in batt template file
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed May 16, 2024
1 parent 424fe76 commit 53fa18a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ BATT_CRT_VOLT,14
# 5: Terminate
# 6: Auto DO_LAND_START or RTL
# Default: 0
BATT_FS_CRT_ACT,1 # flying indoors, just land ASAP, no need to hit the celing while doing RTL
BATT_FS_CRT_ACT,1 # flying indoors, just land ASAP, no need to hit the celling while doing RTL

# Low battery failsafe action
# What action the vehicle should perform if it hits a low battery failsafe
Expand All @@ -60,7 +60,7 @@ BATT_FS_CRT_ACT,1 # flying indoors, just land ASAP, no need to hit the celing w
# 5: Terminate
# 6: Auto DO_LAND_START or RTL
# Default: 0
BATT_FS_LOW_ACT,1 # flying indoors, just land ASAP, no need to hit the celing while doing RTL
BATT_FS_LOW_ACT,1 # flying indoors, just land ASAP, no need to hit the celling while doing RTL

# Failsafe voltage source
# Voltage type used for detection of low voltage event
Expand Down

0 comments on commit 53fa18a

Please sign in to comment.