Browse Source

re-addded idle_bright_internal

tags/v1.0.0
Dominik Bartsch 2 years ago
parent
commit
f62a18fe66
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      lib/treppe/treppe.h

+ 2
- 0
lib/treppe/treppe.h View File

@@ -18,6 +18,8 @@ private:
const uint8_t stufen;
uint16_t time_per_stair = 300; // dimmtime per stair [ms]
uint16_t idle_brightness = 400;
uint16_t idle_bright_internal = 0;
uint16_t active_brightness = 700;

uint16_t ldr_schwelle = 7; // activation value for FSM [lx]

Loading…
Cancel
Save