mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-21 04:22:22 +00:00
tryfix compile with NO_SCREEN
This commit is contained in:
parent
3d8e6aead2
commit
32ad8aaa4e
@ -10,7 +10,7 @@ namespace graphics
|
|||||||
class Screen
|
class Screen
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Screen(char){}
|
explicit Screen(char){}
|
||||||
void onPress() {}
|
void onPress() {}
|
||||||
void setup() {}
|
void setup() {}
|
||||||
void setOn(bool) {}
|
void setOn(bool) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user