simulation of a defective light bulb
Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
@@ -15,26 +15,4 @@ menu "Warnemuende Lighthouse"
|
||||
int
|
||||
default 1 if WLED_USE_DMA
|
||||
default 0 if !WLED_USE_DMA
|
||||
|
||||
choice LIGHT_CHARACTERISTIC_CHOICE
|
||||
prompt "Light characteristic"
|
||||
default LIGHT_CHARACTERISTIC_GREEN
|
||||
help
|
||||
The color of the main WLED light.
|
||||
|
||||
config LIGHT_CHARACTERISTIC_GREEN
|
||||
bool "Green flashing light"
|
||||
help
|
||||
The light will be flashing green.
|
||||
|
||||
config LIGHT_CHARACTERISTIC_RED
|
||||
bool "Red flashing light"
|
||||
help
|
||||
The light will be flashing red.
|
||||
endchoice
|
||||
|
||||
config LIGHT_CHARACTERISTIC_VALUE
|
||||
int
|
||||
default 1 if LIGHT_CHARACTERISTIC_GREEN
|
||||
default 2 if LIGHT_CHARACTERISTIC_RED
|
||||
endmenu
|
||||
|
@@ -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");
|
||||
|
Reference in New Issue
Block a user