Marco
Marco
At the moment, section 1.4.1 describes, that the preamble can be sequence of `(+3, -3)` or `(-3, +3)`. When each of them is used is later described in section 2.4...
At the moment OpenRTX assumes, the battery voltage drops linearly between 100 and 0 percent. In order to find an approximation of the battery percentage, we would need to measure...
# Observed behavior When the GPS gets a fix, the display does not show the current position # Expected behavior When the GPS gets a fix, the display does show...
In order to have a smaller binary size, it would be useful to store the font data in a compressed format. This would probably be required, if we want to...
At the moment OpenRTX supports only ASCII. It would be useful to support UTF-8. For this we would need a font with UTF-8 support.
At the moment we are building most targets with a GitHub action. It would be useful to also add the T-TWR Plus to this list. For this a new step...
When turning the channel selector, the device sometimes takes some time to register the input. ~~When turning the volume knob the volume changes very delayed or not at all.~~ #...
M17 defines CSMA as an optional feature. It can be used to minimize collision on the air. To inform the user of a collision, an audio or visual feedback should...
When scrolling up and down in the menu, there is no indication where in the list we are. To improve this we would need a scrollbar to show the position...
This merge request will make most of the tests build again on the master branch, as some of the tests were not updated with interface changes. - [x] boot_test.c -...