Skip to content

Commit

Permalink
adjusted Lifi for plastic chromadeck casing (#271)
Browse files Browse the repository at this point in the history
* adjusted Lifi for plastic chromadeck casing

* Improved change to VL send
  • Loading branch information
LivingSynthesis authored Dec 11, 2024
1 parent 8a4740b commit 2a9cfea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions VortexEngine/src/Wireless/VLSender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ void VLSender::startPWM()
uint8_t oldBrightness = Leds::getBrightness();
// ensure max brightness
Leds::setBrightness(255);
Leds::clearAll();
Leds::setIndex(LED_0, RGB_WHITE);
Leds::setAll(RGB_WHITE);
Leds::update();
// restore brightness
Leds::setBrightness(oldBrightness);
Expand Down

0 comments on commit 2a9cfea

Please sign in to comment.