diff --git a/main/app_main.c b/main/app_main.c index 46fc17c..d0705ec 100644 --- a/main/app_main.c +++ b/main/app_main.c @@ -192,6 +192,10 @@ void app_main() vTaskDelayUntil(&last_wake_time, SAMPLE_PERIOD / portTICK_PERIOD_MS); } } + else + { + printf("\nNo DS18B20 devices detected!\n"); + } // clean up dynamically allocated data for (int i = 0; i < num_devices; ++i)