mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
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…
x
Reference in New Issue
Block a user