Skip to content

Commit 7410d30

Browse files
committed
chore: Update firmware version
1 parent b3b7467 commit 7410d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BLHeli_S.asm

+2-2
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ Temp_Storage: DS 48 ; Temporary storage
390390

391391
;**** **** **** **** ****
392392
CSEG AT 1A00h ; "Eeprom" segment
393-
EEPROM_FW_MAIN_REVISION EQU 16 ; Main revision of the firmware
394-
EEPROM_FW_SUB_REVISION EQU 7 ; Sub revision of the firmware
393+
EEPROM_FW_MAIN_REVISION EQU 0 ; Main revision of the firmware
394+
EEPROM_FW_SUB_REVISION EQU 10 ; Sub revision of the firmware
395395
EEPROM_LAYOUT_REVISION EQU 33 ; Revision of the EEPROM layout
396396

397397
Eep_FW_Main_Revision: DB EEPROM_FW_MAIN_REVISION ; EEPROM firmware main revision number

0 commit comments

Comments
 (0)