Skip to content

Commit

Permalink
Merge pull request #174 from bird-sanctuary/feature/min_max_startup_p…
Browse files Browse the repository at this point in the history
…ower_1010_1020

[0.20.1] Min/max startup power set to 1010/1020 by default
  • Loading branch information
stylesuxx authored Sep 24, 2023
2 parents 221e3f3 + 92c24ff commit 77e0a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ DEFAULT_PGM_POWER_RATING EQU 2 ; 1=1S,2=2S+
DEFAULT_PGM_BRAKE_ON_STOP EQU 0 ; 1=Enabled 0=Disabled
DEFAULT_PGM_LED_CONTROL EQU 0 ; Byte for LED control. 2 bits per LED,0=Off,1=On

DEFAULT_PGM_STARTUP_POWER_MIN EQU 51 ; 0..255 => (1000..1125 Throttle): value * (1000 / 2047) + 1000
DEFAULT_PGM_STARTUP_POWER_MIN EQU 21 ; 0..255 => (1000..1125 Throttle): value * (1000 / 2047) + 1000
DEFAULT_PGM_STARTUP_BEEP EQU 1 ; 0=Short beep,1=Melody
DEFAULT_PGM_DITHERING EQU 0 ; 0=Disabled,1=Enabled

DEFAULT_PGM_STARTUP_POWER_MAX EQU 25 ; 0..255 => (1000..2000 Throttle): Maximum startup power
DEFAULT_PGM_STARTUP_POWER_MAX EQU 5 ; 0..255 => (1000..2000 Throttle): Maximum startup power
DEFAULT_PGM_BRAKING_STRENGTH EQU 255 ; 0..255 => 0..100 % Braking

DEFAULT_PGM_SAFETY_ARM EQU 0 ; EDT safety arm is disabled by default
Expand Down

0 comments on commit 77e0a3d

Please sign in to comment.