Browse Source

Merge pull request #22 from hg/master

Fix last_wake_time reset to current time on each loop iteration.
main
David Antliff 5 years ago
committed by GitHub
parent
commit
20a8003396
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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