removes charge tune

This commit is contained in:
Keagan McClelland
2022-02-10 12:03:27 -07:00
parent 1fa524dfed
commit 1d8512e1dd
2 changed files with 1 additions and 11 deletions

View File

@@ -219,7 +219,7 @@ async fn inner_main(cfg_path: Option<&str>) -> Result<Option<Shutdown>, Error> {
rpc_ctx.shutdown.subscribe(),
);
embassy::sound::CHARGE.play().await?;
embassy::sound::CHIME.play().await?;
futures::try_join!(
server