cmd testing

This commit is contained in:
Evan Feenstra
2023-02-10 13:40:25 -08:00
parent 74285b18e2
commit 06043fa60d
7 changed files with 58 additions and 53 deletions

View File

@@ -1,7 +1,3 @@
{
"type": "Ota",
"content": {
"url": "http://192.168.1.10/sphinx-update-",
"version": 0
}
"type": "GetNonce"
}

View File

@@ -174,7 +174,7 @@ async fn run_test(
loop {
match eventloop.poll().await {
Ok(event) => {
// println!("{:?}", event);
println!("{:?}", event);
if let Some((topic, msg_bytes)) = incoming_bytes(event) {
match topic.as_str() {
topics::VLS => {