Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/BootLoader/Src/base_bootlader.c Wed May 28 17:20:44 2025 +0200 +++ b/BootLoader/Src/base_bootlader.c Sun Nov 02 19:30:58 2025 +0100 @@ -688,9 +688,8 @@ tComm_init(); tInfo_button_text("exit","","sleep"); - tInfo_newpage("bootloader 250113"); + tInfo_newpage("bootloader 251102"); tInfo_write("start bluetooth"); - tInfo_write(""); tInfo_write(textVersion); #if 0 if(tComm_Set_Bluetooth_Name(0) == 0xFF)
