Merge pull request #5534 from Christoph-Hofmann/development

Fix pca9685 driver command
This commit is contained in:
Theo Arends 2019-03-27 10:23:09 +01:00 committed by GitHub
commit 27fd8f5830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: