Skip to content

Commit

Permalink
Fix reference to list_texts_by_page
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Nov 19, 2024
1 parent 223fd78 commit 9a7da17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/nspanel_esphome_core_hw_display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ script:
then:
- lambda: |-
// Plot page's texts
std::vector<PageText*> page_texts = list_text_by_page(page_names[id(current_page_id)]);
std::vector<PageText*> page_texts = list_texts_by_page(page_names[id(current_page_id)]);
for (PageText* txt : page_texts) {
text_set->execute(txt);
}
Expand Down

0 comments on commit 9a7da17

Please sign in to comment.