From 8cac8786ed3c4754b4f49c8d83b7abc737862af6 Mon Sep 17 00:00:00 2001 From: c vw Date: Thu, 13 Jan 2022 09:55:02 +0100 Subject: [PATCH] Set "standard" min and max radio frequencies for OZY. --- discovery.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/discovery.c b/discovery.c index 8573283..5c4568f 100644 --- a/discovery.c +++ b/discovery.c @@ -227,7 +227,8 @@ void discovery() { discovered[devices].software_version = 10; // we can't know yet so this isn't a real response discovered[devices].status = STATE_AVAILABLE; strcpy(discovered[devices].name,"Ozy on USB"); - + discovered[devices].frequency_min=0.0; + discovered[devices].frequency_max=61440000.0; strcpy(discovered[devices].info.network.interface_name,"USB"); devices++; } -- 2.45.2