AM fix update, RSSI bar graphs now include gain compensation

This commit is contained in:
OneOfEleven
2023-09-23 03:28:21 +01:00
parent 2643d197c6
commit d874893a50
10 changed files with 90 additions and 67 deletions

View File

@@ -17,7 +17,7 @@
#ifndef UI_RSSI_H
#define UI_RSSI_H
void UI_UpdateRSSI(uint16_t RSSI);
void UI_UpdateRSSI(const int16_t RSSI);
#endif