1
0

Fix warnings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-11-10 10:19:03 +00:00
parent 5a6d60eee0
commit 50160cc0b4
5 changed files with 47 additions and 13 deletions

View File

@ -41,11 +41,11 @@ public:
/**
* OSD on, external video left untouched.
*/
bool on();
bool on() override;
/**
* OSD off, external video off.
*/
bool off();
bool off() override;
/**
* Depending on the font loaded into the Max7456 the output might not be ASCII compatible.
*/