# HG changeset patch
# User Ideenmodellierer
# Date 1743363198 -7200
# Node ID 5e7ad81e9ac26e88401ef460fec99dcc36a850a7
# Parent  aeafa631147db66289b24ac7af152c6b11f9b0fd
Removed dependencies to OSTC HW version

diff -r aeafa631147d -r 5e7ad81e9ac2 BootLoader/Src/base_bootlader.c
--- 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
 	{