Version bump B3

- fix for #3896
- fix WS2815 current
- conditional AA setPixelColor()
This commit is contained in:
Blaz Kristan
2024-04-13 18:25:25 +02:00
parent 30435e6406
commit 94cdd88474
10 changed files with 29 additions and 10 deletions

View File

@@ -210,7 +210,7 @@ void sendImprovInfoResponse() {
//Use serverDescription if it has been changed from the default "WLED", else mDNS name
bool useMdnsName = (strcmp(serverDescription, "WLED") == 0 && strlen(cmDNS) > 0);
char vString[20];
sprintf_P(vString, PSTR("0.15.0-b2/%i"), VERSION);
sprintf_P(vString, PSTR("0.15.0-b3/%i"), VERSION);
const char *str[4] = {"WLED", vString, bString, useMdnsName ? cmDNS : serverDescription};
sendImprovRPCResult(ImprovRPCType::Request_Info, 4, str);