qurek1

Results 1 comments of qurek1

The `if` statement may be even simpler. Like this: ``` bars = 0; if (RSSI >= -82) bars = 1; if (RSSI >= -78) bars = 2; if (RSSI >=...