Replies: 1 comment 6 replies
-
https://github.com/egzumer/uv-k5-firmware-custom/blob/main/app/chFrScanner.c#L98 I would use CARRIER if you are interested in what is being transmitted. TIMEOUT is just to give a hint on what is on the channel and move on. Error fixed |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
TIMEOUT - resumes scan after 5 seconds pause. Sometimes it takes a little bit longer for the reply of the other station.
Is there a way, or even a possible patch in the binary to extend that 5 seconds time - give me a hint please, in which
source this can be changed.
compiling, I got this error:
In file included from app/action.c:40:
c:/projects/uv-k5-firmware-custom/misc.h:24:24: error: expected declaration specifiers or '...' before '(' token
24 | #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
| ^
app/action.c:99:15: note: in expansion of macro 'ARRAY_SIZE'
99 | static_assert(ARRAY_SIZE(action_opt_table) == ACTION_OPT_LEN);
| ^~~~~~~~~~
make: *** [app/action.o] Error 1
Beta Was this translation helpful? Give feedback.
All reactions