mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
removed DebugLog
This commit is contained in:
parent
45bdaf14fd
commit
69c59fc73c
@ -856,7 +856,7 @@ void ShutterButtonHandler(void)
|
||||
if (Shutter[shutter_index].direction && Button.hold_timer[button_index] > 0) {
|
||||
XdrvMailbox.index = shutter_index +1;
|
||||
XdrvMailbox.payload = XdrvMailbox.index;
|
||||
AddLog(LOG_LEVEL_DEBUG_MORE, PSTR("SHT: Shtr%d, Button %d, hold %d, dir %d, index %d, payload %d"), shutter_index+1, button_index+1, Button.hold_timer[button_index],Shutter[shutter_index].direction,XdrvMailbox.index,XdrvMailbox.payload);
|
||||
//AddLog(LOG_LEVEL_DEBUG_MORE, PSTR("SHT: Shtr%d, Button %d, hold %d, dir %d, index %d, payload %d"), shutter_index+1, button_index+1, Button.hold_timer[button_index],Shutter[shutter_index].direction,XdrvMailbox.index,XdrvMailbox.payload);
|
||||
CmndShutterStop();
|
||||
}
|
||||
Button.hold_timer[button_index] = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user