Clean up RFP ESP32-S3 target and tooling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user