simulation of a defective light bulb

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2025-08-28 21:22:25 +02:00
parent 8c99875f3d
commit dad6f73f1e
6 changed files with 87 additions and 32 deletions

View File

@@ -27,11 +27,6 @@ void app_main(void)
}
/// start outdoor light service
if (outdoor_init() != ESP_OK)
{
printf("Failed to initialize outdoor");
return;
}
if (outdoor_start() != ESP_OK)
{
printf("Failed to start outdoor");