Skip to content

Commit c8b7ad7

Browse files
committed
new pin owner
1 parent 52ceabb commit c8b7ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wled00/pin_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ String PinManagerClass::getOwnerText(PinOwner tag) {
6161
case PinOwner::UM_SdCard : return(F("SD-Card (UM)")); break; // "usermod_sd_card.h" -- Uses SPI pins
6262
case PinOwner::UM_PWM_OUTPUTS : return(F("PWM Output (UM)")); break; // "usermod_pwm_outputs.h"
6363
case PinOwner::UM_Battery : return(F("Battery (UM)")); break; // "usermod_battery.h"
64+
case PinOwner::UM_LDR_DUSK_DAWN : return(F("LDR dusk/dawn (UM)")); break; // "usermod_LDR_Dusk_Dawn_v2.h"
6465

6566
case PinOwner::UM_Example : return(F("example (UM)")); break; // unspecified usermod
6667
case PinOwner::UM_Unspecified : return(F("usermod (UM)")); break; // unspecified usermod

0 commit comments

Comments
 (0)