mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
removes charge tune
This commit is contained in:
@@ -219,7 +219,7 @@ async fn inner_main(cfg_path: Option<&str>) -> Result<Option<Shutdown>, Error> {
|
|||||||
rpc_ctx.shutdown.subscribe(),
|
rpc_ctx.shutdown.subscribe(),
|
||||||
);
|
);
|
||||||
|
|
||||||
embassy::sound::CHARGE.play().await?;
|
embassy::sound::CHIME.play().await?;
|
||||||
|
|
||||||
futures::try_join!(
|
futures::try_join!(
|
||||||
server
|
server
|
||||||
|
|||||||
@@ -347,16 +347,6 @@ pub const CHIME: Song<[(Option<Note>, TimeSlice); 2]> = song!(400, [
|
|||||||
note(E, 6, Tie(&Dot(&Quarter), &Half));
|
note(E, 6, Tie(&Dot(&Quarter), &Half));
|
||||||
]);
|
]);
|
||||||
|
|
||||||
pub const CHARGE: Song<[(Option<Note>, TimeSlice); 7]> = song!(128, [
|
|
||||||
note(G, 4, Triplet(&Eighth));
|
|
||||||
note(C, 5, Triplet(&Eighth));
|
|
||||||
note(E, 5, Triplet(&Eighth));
|
|
||||||
note(G, 5, Triplet(&Eighth));
|
|
||||||
rest(Triplet(&Eighth));
|
|
||||||
note(E, 5, Triplet(&Eighth));
|
|
||||||
note(G, 5, Half);
|
|
||||||
]);
|
|
||||||
|
|
||||||
pub const SHUTDOWN: Song<[(Option<Note>, TimeSlice); 12]> = song!(120, [
|
pub const SHUTDOWN: Song<[(Option<Note>, TimeSlice); 12]> = song!(120, [
|
||||||
note(C, 5, Eighth);
|
note(C, 5, Eighth);
|
||||||
rest(Eighth);
|
rest(Eighth);
|
||||||
|
|||||||
Reference in New Issue
Block a user