feat(config)!: Device creation function is now named entry

It now has to be called 'setup', this makes it possible to just
include the table as a whole in devices and it will automatically call
the correct function.
This commit is contained in:
2025-10-20 04:08:55 +02:00
parent 2056c6c70d
commit bc75f7005c
6 changed files with 41 additions and 27 deletions
+2
View File
@@ -1,3 +1,5 @@
#![feature(if_let_guard)]
pub mod config;
pub mod schedule;
pub mod secret;