More debug messages disabled.
This commit is contained in:
parent
dec0695d92
commit
60334d3109
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ void tc_update_main()
|
||||||
if (((tc_data[i].hh * 60) + tc_data[i].mm) <= ((hour() * 60) + minute()))
|
if (((tc_data[i].hh * 60) + tc_data[i].mm) <= ((hour() * 60) + minute()))
|
||||||
{
|
{
|
||||||
target_data_block = i+1; // found the next block to load
|
target_data_block = i+1; // found the next block to load
|
||||||
Serial.println((String)i + " => " + target_data_block);
|
//Serial.println((String)i + " => " + target_data_block);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue