mirror of
https://github.com/FliegendeWurst/raspi-oled.git
synced 2024-12-04 15:19:06 +00:00
Disable bear
This commit is contained in:
parent
0819199ea7
commit
beee5fe970
@ -80,7 +80,7 @@ impl<D: DrawTarget<Color = Rgb565>> ContextDefault<D> {
|
|||||||
last_modified: RefCell::new(None),
|
last_modified: RefCell::new(None),
|
||||||
last_call: RefCell::new(OffsetDateTime::now_utc().to_timezone(BERLIN) - time::Duration::seconds(50)),
|
last_call: RefCell::new(OffsetDateTime::now_utc().to_timezone(BERLIN) - time::Duration::seconds(50)),
|
||||||
}));
|
}));
|
||||||
scheduled.push(Box::new(BearReminder::default()));
|
//scheduled.push(Box::new(BearReminder::default()));
|
||||||
ContextDefault {
|
ContextDefault {
|
||||||
database: Rc::new(RefCell::new(database)),
|
database: Rc::new(RefCell::new(database)),
|
||||||
screensavers,
|
screensavers,
|
||||||
|
Loading…
Reference in New Issue
Block a user