diff Discovery/Inc/tComm.h @ 1044:9d9d506a82d3 BootloaderOstc5

Bugfix BT init sequence: Some older steps which were related to OSTC were deactivated (to be removed) and a command for the second echo step was missing. in addition two stps for switching the power of the modul before the sequence starts have been added to have a defined starting point.
author Ideenmodellierer
date Sun, 02 Nov 2025 19:30:58 +0100
parents f1b78bc8de10
children 493a5903ec20
line wrap: on
line diff
--- a/Discovery/Inc/tComm.h	Wed May 28 17:20:44 2025 +0200
+++ b/Discovery/Inc/tComm.h	Sun Nov 02 19:30:58 2025 +0100
@@ -43,7 +43,9 @@
 		BM_CONFIG_SILENCE,
 		BM_CONFIG_DONE,
 		BM_CONFIG_RETRY,
-		BM_INIT_TRIGGER_ON = 100,
+		BM_INIT_POWEROFF = 100,
+		BM_INIT_POWERON,
+		BM_INIT_TRIGGER_ON,
 		BM_INIT_TRIGGER_OFF,
 		BM_INIT_ECHO,
 		BM_INIT_FACTORY,