This commit is contained in:
John Flinchbaugh
2025-01-08 08:27:10 -05:00
parent f75f65f6c2
commit b8900863e6

View File

@@ -882,6 +882,7 @@ uint8_t Rssi2Y(uint16_t rssi)
uint16_t rssi = rssiHistory[i >> settings.stepsCount];
if (rssi != RSSI_MAX_VALUE)
{
// stretch bars to fill the screen width
uint8_t x = i * 128 / bars + shift_graph;
for (uint8_t xx = ox; xx < x; xx++)
{