We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b7467 commit 7410d30Copy full SHA for 7410d30
BLHeli_S.asm
@@ -390,8 +390,8 @@ Temp_Storage: DS 48 ; Temporary storage
390
391
;**** **** **** **** ****
392
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
+EEPROM_FW_MAIN_REVISION EQU 0 ; Main revision of the firmware
+EEPROM_FW_SUB_REVISION EQU 10 ; Sub revision of the firmware
395
EEPROM_LAYOUT_REVISION EQU 33 ; Revision of the EEPROM layout
396
397
Eep_FW_Main_Revision: DB EEPROM_FW_MAIN_REVISION ; EEPROM firmware main revision number
0 commit comments