reduced ai timeout, impl uptime

This commit is contained in:
2024-08-04 21:26:45 +02:00
parent d0af34833b
commit f224ccfbdf
6 changed files with 52 additions and 28 deletions

View File

@@ -10,7 +10,7 @@ pub mod posix;
pub mod qr;
pub mod register;
pub mod taf;
// pub mod uptime;
pub mod uptime;
pub mod verse;
pub mod weather;
@@ -26,6 +26,6 @@ pub use posix::posix;
pub use qr::qr;
pub use register::register;
pub use taf::taf;
// pub use uptime::uptime;
pub use uptime::uptime;
pub use verse::verse;
pub use weather::weather;