Attention is currently required from: fixeria.
1 comment:
Commit Message:
This separates core FN processing from socket-specific code
an
I guess the idea here is that this new function will be called from somewhere else, bypassing the UD […]
Yes, exactly.
The intention is to make the FN/clock indication handling reusable from a non-socket clock source. In the WebSDR/WASM build, the clock indication can be delivered directly from the JS/WebUSB side via an in-memory callback, without going through the UDP socket path.
So this patch only factors out the common handling from `trx_clk_read_cb()`. The existing UDP behavior remains unchanged, while a later patch can call the same helper from the WebSDR-specific clock path.
To view, visit change 42693. To unsubscribe, or for help writing mail filters, visit settings.