Browse Source

Fix last_wake_time reset to current time on each loop iteration.

main
Kirill Isakov 5 years ago
parent
commit
0eb3809721
No known key found for this signature in database GPG Key ID: 7061732300C5BE15
  1. 2
      main/app_main.c

2
main/app_main.c

@ -174,8 +174,6 @@ _Noreturn void app_main()
while (1)
{
last_wake_time = xTaskGetTickCount();
ds18b20_convert_all(owb);
// In this application all devices use the same resolution,

Loading…
Cancel
Save