From e96bb8dae230c4f75eaf642dc64823453a78e6ac Mon Sep 17 00:00:00 2001 From: 4712 <4712@users.noreply.github.com> Date: Thu, 9 Jul 2015 09:23:36 +0200 Subject: [PATCH] Update Bootloader Rev msg to "c" --- SiLabs/BLHeliBootLoad.inc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/SiLabs/BLHeliBootLoad.inc b/SiLabs/BLHeliBootLoad.inc index 593a54f9..a193f09a 100644 --- a/SiLabs/BLHeliBootLoad.inc +++ b/SiLabs/BLHeliBootLoad.inc @@ -386,11 +386,7 @@ wait1:djnz Cntl, wait1 BOOT_SIGN: DB "BLHeli" -IF WAIT_START_ON_RX_HIGH -BOOT_MSG: DB "471a" ; Interface-MCU_BootlaoderRevision -ELSE -BOOT_MSG: DB "4712" ; Interface-MCU_BootlaoderRevision -ENDIF - +BOOT_MSG: DB "471c" ; Interface-MCU_BootlaoderRevision + BOOT_INFO: DB SIGNATURE_001, SIGNATURE_002, BOOT_VERSION, BOOT_PAGES