Mercurial > public > ostc4
changeset 986:5e7ad81e9ac2 BootloaderOstc5
Removed dependencies to OSTC HW version
author | Ideenmodellierer |
---|---|
date | Sun, 30 Mar 2025 21:33:18 +0200 (8 days ago) |
parents | aeafa631147d |
children | 45a2bd04b156 |
files | BootLoader/Src/base_bootlader.c |
diffstat | 1 files changed, 1 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/BootLoader/Src/base_bootlader.c Sun Mar 30 21:32:37 2025 +0200 +++ b/BootLoader/Src/base_bootlader.c Sun Mar 30 21:33:18 2025 +0200 @@ -223,7 +223,6 @@ #include "stm32f4xx_hal_flash_ex.h" #include "stm32f4xx_hal_wwdg.h" -#ifdef BOOTLOADER_STANDALONE #include "Fonts/Font_T144_plus.h" #include "Fonts/Font_T84.h" #include "Fonts/Font_T105.h" @@ -234,7 +233,6 @@ #include "Fonts/image_battery.h" #include "Fonts/image_heinrichs_weikamp.h" #include "Fonts/image_ostc.h" -#endif // From Discovery/Inc (shall be shared...) #include "data_exchange_main.h" @@ -716,14 +714,7 @@ if(tComm_Set_Bluetooth_Name(0) == 0xFF) { tInfo_write("init bluetooth"); - if(isNewDisplay()) - { - tComm_StartBlueModBaseInit(); - } - else - { - tComm_StartBlueModConfig(); - } + tComm_StartBlueModBaseInit(); } else {