Add EspNowBridge + updates for Audio System (#36)
This commit is contained in:
@@ -124,7 +124,6 @@ void Breakout::onShow(AppHandle appHandle, lv_obj_t* parent) {
|
||||
if (!sfxEngine) {
|
||||
sfxEngine = new SfxEngine();
|
||||
sfxEngine->start();
|
||||
sfxEngine->applyVolumePreset(SfxEngine::VolumePreset::Quiet);
|
||||
sfxEngine->setEnabled(soundEnabled);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user