Browse Source
Fix last_wake_time reset to current time on each loop iteration.
main
Kirill Isakov
5 years ago
No known key found for this signature in database
GPG Key ID: 7061732300C5BE15
1 changed files with
0 additions and
2 deletions
-
main/app_main.c
|
|
@ -174,8 +174,6 @@ _Noreturn void app_main() |
|
|
|
|
|
|
|
|
while (1) |
|
|
while (1) |
|
|
{ |
|
|
{ |
|
|
last_wake_time = xTaskGetTickCount(); |
|
|
|
|
|
|
|
|
|
|
|
ds18b20_convert_all(owb); |
|
|
ds18b20_convert_all(owb); |
|
|
|
|
|
|
|
|
// In this application all devices use the same resolution,
|
|
|
// In this application all devices use the same resolution,
|
|
|
|