Mercurial > public > ostc4
comparison Discovery/Src/t7.c @ 663:16833cd3a2f5 Betatest
Revert Setbluetooh name changes
author | Ideenmodellierer |
---|---|
date | Tue, 21 Dec 2021 19:32:29 +0100 |
parents | 1b995079c045 |
children | c00a80f26641 |
comparison
equal
deleted
inserted
replaced
662:1b995079c045 | 663:16833cd3a2f5 |
---|---|
744 } | 744 } |
745 else | 745 else |
746 */ | 746 */ |
747 if(DataEX_was_power_on()) { | 747 if(DataEX_was_power_on()) { |
748 GFX_write_string_color(&FontT42,&t7surfaceR,"cold start",4,CLUT_WarningRed); | 748 GFX_write_string_color(&FontT42,&t7surfaceR,"cold start",4,CLUT_WarningRed); |
749 // Reset the bluetooth interface after a cold start | |
750 tComm_Set_Bluetooth_Name(1); | |
751 } | 749 } |
752 | 750 |
753 /* time and date */ | 751 /* time and date */ |
754 translateDate(stateUsed->lifeData.dateBinaryFormat, &Sdate); | 752 translateDate(stateUsed->lifeData.dateBinaryFormat, &Sdate); |
755 translateTime(stateUsed->lifeData.timeBinaryFormat, &Stime); | 753 translateTime(stateUsed->lifeData.timeBinaryFormat, &Stime); |