Update Hardware_PWM.cpp

This commit is contained in:
chromoxdor
2026-02-27 14:53:16 +01:00
parent 652ee8f985
commit 0d7f35d7e0
+1
View File
@@ -178,6 +178,7 @@ uint32_t analogWriteESP32(int pin, int value, uint32_t frequency)
if (value == 0) {
detachLedChannel(pin);
lastPin = -1;
return 0;
}