mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Move debug message to debug_more
This commit is contained in:
parent
3c51793d5c
commit
4008a4e5e6
@ -592,7 +592,7 @@ uint32_t MCP23xTemplateGpio(void) {
|
|||||||
void MCP23xModuleInit(void) {
|
void MCP23xModuleInit(void) {
|
||||||
int32_t pins_needed = MCP23xTemplateGpio();
|
int32_t pins_needed = MCP23xTemplateGpio();
|
||||||
if (!pins_needed) {
|
if (!pins_needed) {
|
||||||
AddLog(LOG_LEVEL_DEBUG, PSTR("MCP: Invalid template"));
|
AddLog(LOG_LEVEL_DEBUG_MORE, PSTR("MCP: Invalid template"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -360,7 +360,7 @@ uint32_t PCA9557TemplateGpio(void) {
|
|||||||
void PCA9557ModuleInit(void) {
|
void PCA9557ModuleInit(void) {
|
||||||
int32_t pins_needed = PCA9557TemplateGpio();
|
int32_t pins_needed = PCA9557TemplateGpio();
|
||||||
if (!pins_needed) {
|
if (!pins_needed) {
|
||||||
AddLog(LOG_LEVEL_DEBUG, PSTR("PCA: Invalid template"));
|
AddLog(LOG_LEVEL_DEBUG_MORE, PSTR("PCA: Invalid template"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user