doc: README.

This commit is contained in:
2022-09-10 18:28:29 +08:00
parent 98751ffc9c
commit d1cda50629
2 changed files with 21 additions and 1 deletions

View File

@@ -120,7 +120,6 @@ fn main() {
if let Some(dc_state_event_loop) = unsafe { DC_OUT_STATE_EVENT_LOOP.as_mut() } {
_dc_out_state_subscription = dc_state_event_loop
.subscribe(move |message: &DcOutControllerState| {
info!("Event Loop Value");
match message.status {
dc_out_controller::DcOutStatus::WaitingOff => {
beep.play(ringtone::ADAPTER_DOWN).expect("Can not beep.")