mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 21:56:35 +00:00
Fix pca9685 driver command
This commit is contained in:
parent
e1c92b701b
commit
43e79e8352
@ -189,9 +189,9 @@ bool Xdrv15(uint8_t function)
|
|||||||
PCA9685_OutputTelemetry(true);
|
PCA9685_OutputTelemetry(true);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case FUNC_COMMAND:
|
case FUNC_COMMAND_DRIVER:
|
||||||
if (XDRV_15 == XdrvMailbox.index) {
|
if (XDRV_15 == XdrvMailbox.index) {
|
||||||
PCA9685_Command();
|
result = PCA9685_Command();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user