Skip to content

Commit

Permalink
fixed brightness support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Oct 16, 2024
1 parent f718b52 commit 600a66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PPUC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ bool PPUC::Connect() {
new ConfigEvent(n_ledStripe["board"].as<uint8_t>(),
(uint8_t)CONFIG_TOPIC_LED_STRING, index++,
(uint8_t)CONFIG_TOPIC_BRIGHTNESS,
n_ledStripe["brightness"].as<uint8_t>()));
n_ledStripe["brightness"].as<uint32_t>()));
m_pRS485Comm->SendConfigEvent(
new ConfigEvent(n_ledStripe["board"].as<uint8_t>(),
(uint8_t)CONFIG_TOPIC_LED_STRING, index++,
Expand Down

0 comments on commit 600a66b

Please sign in to comment.