removed log message

This commit is contained in:
Martijn
2024-11-30 18:26:02 +01:00
parent bc8fd52728
commit f647fa2e12
2 changed files with 0 additions and 30 deletions
-10
View File
@@ -50,18 +50,8 @@ script:
####################
- id: bar1_left_draw
then:
- lambda: |-
if (id(show_todos)) {
ESP_LOGD("TODO", "You need to extend the bar1_left_draw script to draw something on the bar display \n script: \n - id: !extend bar1_left_draw\n then:\n - lambda: |-\n \\ your draw scripts here!");
id(show_todos) = false;
}
- id: bar1_right_draw
then:
- lambda: |-
if (id(show_todos)) {
ESP_LOGD("TODO", "You need to extend the bar1_right_draw script to draw something on the bar display \n script: \n - id: !extend bar1_right_draw\n then:\n - lambda: |-\n \\ your draw scripts here!");
id(show_todos) = false;
}
##############################
### other handling scripts ###
##############################
-20
View File
@@ -96,32 +96,12 @@ script:
####################
- id: bar1_left_draw
then:
- lambda: |-
if (id(show_todos)) {
ESP_LOGD("TODO", "You need to extend the bar1_left_draw script to draw something on the bar display \n script: \n - id: !extend bar1_left_draw\n then:\n - lambda: |-\n \\ your draw scripts here!");
id(show_todos) = false;
}
- id: bar1_right_draw
then:
- lambda: |-
if (id(show_todos)) {
ESP_LOGD("TODO", "You need to extend the bar1_right_draw script to draw something on the bar display \n script: \n - id: !extend bar1_right_draw\n then:\n - lambda: |-\n \\ your draw scripts here!");
id(show_todos) = false;
}
- id: bar2_left_draw
then:
- lambda: |-
if (id(show_todos)) {
ESP_LOGD("TODO", "You need to extend the bar2_left_draw script to draw something on the bar display \n script: \n - id: !extend bar2_left_draw\n then:\n - lambda: |-\n \\ your draw scripts here!");
id(show_todos) = false;
}
- id: bar2_right_draw
then:
- lambda: |-
if (id(show_todos)) {
ESP_LOGD("TODO", "You need to extend the bar2_right_draw script to draw something on the bar display \n script: \n - id: !extend bar2_right_draw\n then:\n - lambda: |-\n \\ your draw scripts here!");
id(show_todos) = false;
}
##############################
### other handling scripts ###
##############################