Skip to content

Commit

Permalink
Merge tag 'v0.21.1-RC1' into develop
Browse files Browse the repository at this point in the history
v0.21.1-RC1
  • Loading branch information
hyp0dermik-code committed Aug 13, 2024
2 parents 4d47ae4 + 1b0802d commit 4f08319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ We are in a very lucky position to have manufacturers who keep helping us out co
* [T-Motor](https://tmotorhobby.com/) - for providing us with an AIO flight-controller
* [TuneRC](https://www.tunerc.com/) - for providing us with AIO flight-controllers
* [weBLEEDfpv](https://webleedfpv.com/) - for a set of "Gore V2" motors
* [HAKRC](https://www.hakrc.com/) - for providing us with ESCs

## Contribute
Any help you can provide is greatly appreciated!
Expand Down
2 changes: 1 addition & 1 deletion src/Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ Eep_Pgm_Safety_Arm: DB DEFAULT_PGM_SAFETY_ARM ; Various flag settings: bit 0 is

Eep_Dummy: DB 0FFh ; EEPROM address for safety reason
CSEG AT CSEG_NAME
Eep_Name: DB "Bluejay (.1 DEV)" ; Name tag (16 Bytes)
Eep_Name: DB "Bluejay (.1 RC1)" ; Name tag (16 Bytes)

CSEG AT CSEG_MELODY
Eep_Pgm_Beep_Melody: DB 2,58,4,32,52,66,13,0,69,45,13,0,52,66,13,0,78,39,211,0,69,45,208,25,52,25,0
Expand Down

0 comments on commit 4f08319

Please sign in to comment.