main/co2meter.c

changeset 58
e949f41034eb
parent 57
232f318a6b51
child 59
52d9405474e1
equal deleted inserted replaced
57:232f318a6b51 58:e949f41034eb
264 Main_Loop1 = ML1_WAITACK; 264 Main_Loop1 = ML1_WAITACK;
265 break; 265 break;
266 266
267 case ML1_WAITACK: 267 case ML1_WAITACK:
268 if (count_pub == 0) { // Wait until all published messages are sent. 268 if (count_pub == 0) { // Wait until all published messages are sent.
269 ESP_LOGI(TAG, "Main loop: Done, user busy: %s", user_busy() ? "true":"false"); 269 ESP_LOGD(TAG, "Main loop: Done, user busy: %s", user_busy() ? "true":"false");
270 Main_Loop1 = ML1_DONE; 270 Main_Loop1 = ML1_DONE;
271 user_refresh(); 271 user_refresh();
272 } 272 }
273 break; 273 break;
274 274

mercurial