wb2osz
wb2osz
Did you actually run it successfully or declare victory when it compiled OK? There was at least one other case where simply accepting the higher API version resulted in successful...
I was in the process of merging this to the "dev" branch and noticed something. Should "workflows/main.yml" be ".github/workflows/main.yml" instead?
Thanks for all your great ideas. I tried this on a Raspberry Pi with all the latest updates on Buster. The gpiod and libgpiod-dev packages were installed. The direwolf PTT...
Thank you for reporting this problem. The code was written, expecting only a numeric SSID. This is an unusual, but perfectly valid case. The message addressee, and therefore the sender...
Which version of direwolf is this? Try using the "dev" branch.
Sometimes a major API number change includes incompatibilities with previous versions. It might compile successfully but not operate properly without additional source code changes. You will find conditional compilation, in...
I agree with what others are saying. Sometimes RF from a strong transmitter can get picked up by the logic signals and cause unexpected behavior. See if the same thing...
This is an interesting idea. I need more time to think about it. Reopening.
I put your patch into the 'dev' development branch. I was sitting on this because it will break the time slot method. Leaving the case open as a reminder to...
I should probably be using clock_gettime (CLOCK_MONOTONIC) so the timing will be independent of the real time clock.