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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
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,
|
|
|
|
|