Browse Source

Merge branch 'verify_blocks' into integration

main
David Antliff 6 years ago
parent
commit
1166c619ae
  1. 4
      main/app_main.c

4
main/app_main.c

@ -192,6 +192,10 @@ void app_main()
vTaskDelayUntil(&last_wake_time, SAMPLE_PERIOD / portTICK_PERIOD_MS); vTaskDelayUntil(&last_wake_time, SAMPLE_PERIOD / portTICK_PERIOD_MS);
} }
} }
else
{
printf("\nNo DS18B20 devices detected!\n");
}
// clean up dynamically allocated data // clean up dynamically allocated data
for (int i = 0; i < num_devices; ++i) for (int i = 0; i < num_devices; ++i)

Loading…
Cancel
Save