static settled
This commit is contained in:
@ -116,7 +116,7 @@ static void sinkSenderSendMinute() {
|
|||||||
|
|
||||||
|
|
||||||
void sinkSenderPut(uint32_t seconds, uint32_t frequency) {
|
void sinkSenderPut(uint32_t seconds, uint32_t frequency) {
|
||||||
bool settled = false;
|
static bool settled = false;
|
||||||
|
|
||||||
led(E_GREEN, false);
|
led(E_GREEN, false);
|
||||||
logmsg(LOG_DEBUG, "s: %lu, f: %lu", seconds, frequency);
|
logmsg(LOG_DEBUG, "s: %lu, f: %lu", seconds, frequency);
|
||||||
|
Reference in New Issue
Block a user