BETAFPV / ExpressLRS

STM32/ESP32/ESP8285 based High Performance Radio Link for Quads
GNU General Public License v3.0
38 stars 8 forks source link

Micro TX LED Color Saving #5

Closed bmfkai closed 2 years ago

bmfkai commented 2 years ago

Is there any way to save the LED color so it's persistent through a power cycle?

I can set currentColor to 4, for example, and this gets me what I want but it would be nice if it would remember what was selected last before power cycling. I'm assuming this will be intended behavior with // static uint32_t lastColor = 0xFFFFFFFF; in LED.h in a future update?

HWT662988 commented 2 years ago

The color of the LED will be used to indicate the current system status in the 2.0 version release,So it will become automatic.