mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
remove logging
This commit is contained in:
parent
dab488229f
commit
ea24f1b363
@ -106,7 +106,7 @@ void Timeprop_Set_Power( int index, float power )
|
|||||||
|
|
||||||
void Timeprop_Init()
|
void Timeprop_Init()
|
||||||
{
|
{
|
||||||
AddLog_P(LOG_LEVEL_INFO, PSTR("TPR: Timeprop Init"));
|
// AddLog_P(LOG_LEVEL_INFO, PSTR("TPR: Timeprop Init"));
|
||||||
int cycleTimes[TIMEPROP_NUM_OUTPUTS] = {TIMEPROP_CYCLETIMES};
|
int cycleTimes[TIMEPROP_NUM_OUTPUTS] = {TIMEPROP_CYCLETIMES};
|
||||||
int deadTimes[TIMEPROP_NUM_OUTPUTS] = {TIMEPROP_DEADTIMES};
|
int deadTimes[TIMEPROP_NUM_OUTPUTS] = {TIMEPROP_DEADTIMES};
|
||||||
int opInverts[TIMEPROP_NUM_OUTPUTS] = {TIMEPROP_OPINVERTS};
|
int opInverts[TIMEPROP_NUM_OUTPUTS] = {TIMEPROP_OPINVERTS};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user