static settled

This commit is contained in:
Wolfgang Hottgenroth
2021-03-04 18:06:23 +01:00
parent f52efb4f27
commit 72f2c72280

View File

@ -116,7 +116,7 @@ static void sinkSenderSendMinute() {
void sinkSenderPut(uint32_t seconds, uint32_t frequency) {
bool settled = false;
static bool settled = false;
led(E_GREEN, false);
logmsg(LOG_DEBUG, "s: %lu, f: %lu", seconds, frequency);