File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes
22
3+ ## 1.7.2: 2026-03-02
4+
5+ - Fix: Default brightness of dimmable GPIO-LED 100/255 changed to 255/255
6+
37## 1.7.1: 2026-02-26
48
59- Fix: Parameter Memory Management for StatusLED Implementation
Original file line number Diff line number Diff line change 11{
22 "name" : " OGM-Common" ,
3- "version" : " 1.7.1 " ,
3+ "version" : " 1.7.2 " ,
44 "dependencies" : {
55 "khoih-prog/TimerInterrupt_Generic" : " ^1.13.0" ,
66 "nickgammon/Regexp" : " ^0.1.0" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace OpenKNX
1616 {
1717 protected:
1818 volatile uint32_t _lastMillis = 0 ;
19- volatile uint8_t _maxBrightness = 100 ;
19+ volatile uint8_t _maxBrightness = 255 ;
2020 volatile uint8_t _currentLedBrightness = 0 ;
2121 volatile bool _state = false ;
2222 volatile bool _effectMode = false ;
You can’t perform that action at this time.
0 commit comments