Mercurial > public > ostc4
comparison BootLoader/Src/base_bootlader.c @ 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 | 0dd92e9b70a2 |
| children | 493a5903ec20 |
comparison
equal
deleted
inserted
replaced
| 1016:0dd92e9b70a2 | 1044:9d9d506a82d3 |
|---|---|
| 686 MX_UART_Init(); | 686 MX_UART_Init(); |
| 687 MX_Bluetooth_PowerOn(); | 687 MX_Bluetooth_PowerOn(); |
| 688 tComm_init(); | 688 tComm_init(); |
| 689 | 689 |
| 690 tInfo_button_text("exit","","sleep"); | 690 tInfo_button_text("exit","","sleep"); |
| 691 tInfo_newpage("bootloader 250113"); | 691 tInfo_newpage("bootloader 251102"); |
| 692 tInfo_write("start bluetooth"); | 692 tInfo_write("start bluetooth"); |
| 693 tInfo_write(""); | |
| 694 tInfo_write(textVersion); | 693 tInfo_write(textVersion); |
| 695 #if 0 | 694 #if 0 |
| 696 if(tComm_Set_Bluetooth_Name(0) == 0xFF) | 695 if(tComm_Set_Bluetooth_Name(0) == 0xFF) |
| 697 #else | 696 #else |
| 698 if(hardwareDataGetPointer()->production_bluetooth_name_set == 0xFF) | 697 if(hardwareDataGetPointer()->production_bluetooth_name_set == 0xFF) |
