mirror of https://github.com/arendst/Tasmota.git
Merge pull request #5534 from Christoph-Hofmann/development
Fix pca9685 driver command
This commit is contained in:
commit
27fd8f5830
|
@ -189,9 +189,9 @@ bool Xdrv15(uint8_t function)
|
|||
PCA9685_OutputTelemetry(true);
|
||||
}
|
||||
break;
|
||||
case FUNC_COMMAND:
|
||||
case FUNC_COMMAND_DRIVER:
|
||||
if (XDRV_15 == XdrvMailbox.index) {
|
||||
PCA9685_Command();
|
||||
result = PCA9685_Command();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue