-
- Downloads
spektrum_rssi: initialize rssi lookup as constexpr
Rather than initializing the rssi percentage lookup table at runtime on the heap, we would like it to be stored in flash. This change pre-computes the rssi lookup table.
Please register or sign in to comment