Correct type of setBrightness parameter

1.2-legacy
Marcel van der Boom 2020-06-25 21:16:35 +02:00
rodzic 33946af39f
commit ac2d3e2ae0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -119,7 +119,7 @@ class Screen : public PeriodicTask
// Implementation to Adjust Brightness
void adjustBrightness();
int brightness = 150;
uint8_t brightness = 150;
/// Starts showing the Bluetooth PIN screen.
//