General fixes and improvements to code
This commit is contained in:
parent
1e09f8c003
commit
cd5ff783cf
5 changed files with 43 additions and 50 deletions
Firmware
|
@ -64,7 +64,7 @@ Sound_SaveMode();
|
|||
|
||||
//if critical is true then silend and once mode is ignored
|
||||
void Sound_MakeCustom(uint16_t ms,uint16_t tone_,bool critical){
|
||||
backlight_wake(1);
|
||||
backlight_wake();
|
||||
if (!critical){
|
||||
if (eSoundMode != e_SOUND_MODE_SILENT){
|
||||
if(!tone_){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue