comparison 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
comparison
equal deleted inserted replaced
1016:0dd92e9b70a2 1044:9d9d506a82d3
41 BM_CONFIG_SIGNAL_POLL, 41 BM_CONFIG_SIGNAL_POLL,
42 BM_CONFIG_BAUD, 42 BM_CONFIG_BAUD,
43 BM_CONFIG_SILENCE, 43 BM_CONFIG_SILENCE,
44 BM_CONFIG_DONE, 44 BM_CONFIG_DONE,
45 BM_CONFIG_RETRY, 45 BM_CONFIG_RETRY,
46 BM_INIT_TRIGGER_ON = 100, 46 BM_INIT_POWEROFF = 100,
47 BM_INIT_POWERON,
48 BM_INIT_TRIGGER_ON,
47 BM_INIT_TRIGGER_OFF, 49 BM_INIT_TRIGGER_OFF,
48 BM_INIT_ECHO, 50 BM_INIT_ECHO,
49 BM_INIT_FACTORY, 51 BM_INIT_FACTORY,
50 BM_INIT_ECHO2, 52 BM_INIT_ECHO2,
51 BM_INIT_MODE, 53 BM_INIT_MODE,