Increase light brightness

This commit is contained in:
Savanni D'Gerinel 2024-08-10 20:14:12 -04:00
parent d76fd8cc39
commit d3eeb02d2f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ static HEAP: Heap = Heap::empty();
const LIGHT_SCALE: I16F16 = I16F16::lit("256.0");
const DASHBOARD_BRIGHTESS: u8 = 1;
const BODY_BRIGHTNESS: u8 = 8;
const BODY_BRIGHTNESS: u8 = 16;
struct DebouncedButton<P: PinId> {
debounce: Instant,