added precompiled files, autorun service and changed tokyo buffer to one

This commit is contained in:
Philipp
2025-04-23 20:12:57 +02:00
parent ccd453cd59
commit de5487fc6d
12 changed files with 590 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ mod webserver;
#[tokio::main]
async fn main() {
let (tx, mut rx) = mpsc::channel::<String>(32);
println!("Heeeeeeeeeeeelllllllooooooo start!");
let (tx, mut rx) = mpsc::channel::<String>(1);
tokio::spawn(async move {
match run_pm3(tx).await {