removed log message
This commit is contained in:
@@ -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 ###
|
||||
##############################
|
||||
|
||||
Reference in New Issue
Block a user