mirror of https://github.com/arendst/Tasmota.git
Merge branch 'development' into prerelease-14.4.0
This commit is contained in:
commit
74e741012c
|
@ -592,7 +592,7 @@ uint32_t MCP23xTemplateGpio(void) {
|
|||
void MCP23xModuleInit(void) {
|
||||
int32_t pins_needed = MCP23xTemplateGpio();
|
||||
if (!pins_needed) {
|
||||
AddLog(LOG_LEVEL_DEBUG, PSTR("MCP: Invalid template"));
|
||||
AddLog(LOG_LEVEL_DEBUG_MORE, PSTR("MCP: Invalid template"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -360,7 +360,7 @@ uint32_t PCA9557TemplateGpio(void) {
|
|||
void PCA9557ModuleInit(void) {
|
||||
int32_t pins_needed = PCA9557TemplateGpio();
|
||||
if (!pins_needed) {
|
||||
AddLog(LOG_LEVEL_DEBUG, PSTR("PCA: Invalid template"));
|
||||
AddLog(LOG_LEVEL_DEBUG_MORE, PSTR("PCA: Invalid template"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue