removed log message

This commit is contained in:
Martijn
2024-11-30 18:00:41 +01:00
parent 2fd11dff55
commit bc8fd52728
3 changed files with 36 additions and 28 deletions
+8 -2
View File
@@ -51,11 +51,17 @@ script:
- id: bar1_left_draw
then:
- lambda: |-
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!");
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: |-
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!");
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 ###
##############################