silseva
silseva
Hi! I'm sorry you closed this and the other PRs: I know there is a lot of latency from our side, the problem is that our daily activities (job, family,...
I'm going to investigate this soon by sniffing what the OEM firmware sends to the radio chip
Great, thank you! Add your name to the copyright header! :)
Thank you!
Hi! Thanks for the PR! About the current clang-format configuration: I started working on a version more adherent to the code stile of the OpenRTX codebase but, due to lack...
Here you are the clang-format file I began to tweak. As you'll see, I set the `PenaltyBreakComment` to an insanely high value to prevent the lint to break a line...
I did a round of revision and, while doing it, I remembered why at some point I gave up with adjusting the clang-format file: I found that in some occasions...
Hi Dennis, the frequency offset is a known issue and is due to something not clearly understood about how to use the OEM calibration data. You have to consider that,...
One issue is an approximate value of the voltage divider gain set in the `platform_getVbat` functions, which has to be corrected for all the radios. More in general, at least...
The function to be fixed is this one: https://github.com/OpenRTX/OpenRTX/blob/ce8e7583480c786aa8a429f9f93e40f8593fdc6d/openrtx/src/ui/default/ui_menu.c#L632 The `iprintf` function is a stripped-down `printf` without floating point support, which means that the `%f` specifiers do not get parsed...