mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
Remove debug log
This commit is contained in:
parent
a7577cfefc
commit
0280244f73
@ -102,13 +102,13 @@ void PwmApplyGPIO(bool force_update_all) {
|
|||||||
TasmotaGlobal.pwm_cur_value[i] = pwm_val;
|
TasmotaGlobal.pwm_cur_value[i] = pwm_val;
|
||||||
TasmotaGlobal.pwm_cur_phase[i] = pwm_phase;
|
TasmotaGlobal.pwm_cur_phase[i] = pwm_phase;
|
||||||
}
|
}
|
||||||
AddLog(LOG_LEVEL_INFO, "PWM: Val=%03X-%03X-%03X-%03X-%03X Phase=%03X-%03X-%03X-%03X-%03X Range=%03X",
|
// AddLog(LOG_LEVEL_INFO, "PWM: Val=%03X-%03X-%03X-%03X-%03X Phase=%03X-%03X-%03X-%03X-%03X Range=%03X",
|
||||||
TasmotaGlobal.pwm_cur_value[0], TasmotaGlobal.pwm_cur_value[1], TasmotaGlobal.pwm_cur_value[2], TasmotaGlobal.pwm_cur_value[3],
|
// TasmotaGlobal.pwm_cur_value[0], TasmotaGlobal.pwm_cur_value[1], TasmotaGlobal.pwm_cur_value[2], TasmotaGlobal.pwm_cur_value[3],
|
||||||
TasmotaGlobal.pwm_cur_value[4],
|
// TasmotaGlobal.pwm_cur_value[4],
|
||||||
TasmotaGlobal.pwm_cur_phase[0], TasmotaGlobal.pwm_cur_phase[1], TasmotaGlobal.pwm_cur_phase[2], TasmotaGlobal.pwm_cur_phase[3],
|
// TasmotaGlobal.pwm_cur_phase[0], TasmotaGlobal.pwm_cur_phase[1], TasmotaGlobal.pwm_cur_phase[2], TasmotaGlobal.pwm_cur_phase[3],
|
||||||
TasmotaGlobal.pwm_cur_phase[4],
|
// TasmotaGlobal.pwm_cur_phase[4],
|
||||||
Settings->pwm_range
|
// Settings->pwm_range
|
||||||
);
|
// );
|
||||||
PwmSaveToSettings(); // copy to Settings
|
PwmSaveToSettings(); // copy to Settings
|
||||||
PwmRearmChanges(); // reset expected changes
|
PwmRearmChanges(); // reset expected changes
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user