added arm target in .toml

fixed some shit
This commit is contained in:
Philipp
2025-04-16 17:32:45 +02:00
parent 48c99b4040
commit cc42e4b231
4 changed files with 23 additions and 86 deletions

View File

@@ -1,15 +1,3 @@
<<<<<<< HEAD
use pm3::run_pm3;
mod parser;
mod pm3;
mod id_store;
mod buzzer;
fn main() {
run_pm3().unwrap();
}
=======
use pm3::{pm3_mock, run_pm3};
use tokio::sync::mpsc;
use webserver::start_webserver;
@@ -47,4 +35,3 @@ async fn main() {
}
}
}
>>>>>>> eb39b09632efb1568079352e3d639edc79df65fd