mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-05-03 03:31:56 +00:00
fixed merge errors
This commit is contained in:
@@ -5,10 +5,6 @@ use std::{
|
||||
fmt::Display,
|
||||
};
|
||||
|
||||
use crate::led::Led;
|
||||
use tokio::fs;
|
||||
|
||||
use crate::led::Led;
|
||||
use tokio::fs;
|
||||
|
||||
/// Represents the ID that is stored on the Tally
|
||||
@@ -135,12 +131,7 @@ impl AttendanceDay {
|
||||
return false;
|
||||
}
|
||||
self.ids.push(id);
|
||||
|
||||
|
||||
buzzer::beep_ack();
|
||||
led.set_named_color_time(NamedColor::Green, 1); //led is green for 1 sec
|
||||
|
||||
return true;
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user