Clean up RFP ESP32-S3 target and tooling
Some checks failed
WLED CI / wled_build (push) Has been cancelled
Deploy Nightly / wled_build (push) Has been cancelled
Deploy Nightly / Deploy nightly (push) Has been cancelled

This commit is contained in:
2026-04-17 01:00:37 +02:00
parent 3a01c00635
commit 95137a6d65
7 changed files with 278 additions and 43 deletions

View File

@@ -168,6 +168,9 @@ String PinManagerClass::getPinSpecialText(int gpio) { // special purpose PIN in
#endif
#if defined(STATUSPIXELPIN)
if (gpio == STATUSPIXELPIN) return(F("WLED Status Pixel"));
#endif
#if defined(STATUSLED)
if (gpio == STATUSLED) return(F("WLED Status LED"));
#endif