removed bugs

This commit is contained in:
2017-09-28 22:09:30 +02:00
parent da6c5bf5be
commit 03c7f4d0ad
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -149,6 +149,8 @@ void ICACHE_FLASH_ATTR screen_notifyChange(ScreenNotifyTopics topics)
termconf->display_tout_ms = SCR_DEF_DISPLAY_TOUT_MS;
}
pendingBroadcastTopics |= topics;
// NOTE: the timer is restarted if already running
TIMER_START(&updateNotifyTim, updateNotifyCb, termconf->display_tout_ms, 0); // note - this adds latency to beep
}
-2
View File
@@ -1821,8 +1821,6 @@ screenSerializeToBuffer(char *buffer, size_t buf_len, ScreenNotifyTopics topics,
ss->current_topic = 0; // to be filled
strncpy(ss->lastChar, " ", 4);
dbg("NOTIFY -> %02X", topics);
bufput_c('U'); // - stands for "update"
bufput_utf8(topics);