good idea to unmute the dac!

custom
jacqueline 2 years ago
parent 764b01e913
commit 588857fef8
  1. 1
      src/drivers/i2s_dac.cpp

@ -117,6 +117,7 @@ auto I2SDac::Start() -> void {
vTaskDelay(pdMS_TO_TICKS(1));
// FIXME: Pull the amp's EN pin here.
wm8523::WriteRegister(wm8523::Register::kPsCtrl, 0b11);
i2s_active_ = true;
}

Loading…
Cancel
Save