mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-29 11:01:15 +00:00
Correct type of setBrightness parameter
This commit is contained in:
parent
33946af39f
commit
ac2d3e2ae0
@ -119,7 +119,7 @@ class Screen : public PeriodicTask
|
|||||||
|
|
||||||
// Implementation to Adjust Brightness
|
// Implementation to Adjust Brightness
|
||||||
void adjustBrightness();
|
void adjustBrightness();
|
||||||
int brightness = 150;
|
uint8_t brightness = 150;
|
||||||
|
|
||||||
/// Starts showing the Bluetooth PIN screen.
|
/// Starts showing the Bluetooth PIN screen.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user