Update display.cpp

This commit is contained in:
Peter Buchegger 2022-05-10 22:53:04 +02:00 committed by GitHub
parent d523e01c92
commit 296f89bd46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ void setup_display() {
display.display();
}
// cppcheck-suppress unusedFunction
void display_toggle(bool toggle) {
logPrintI("Toggling display: ");
if (toggle) {