mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Add missing method to OLED headers
This commit is contained in:
parent
09e8563336
commit
3244658da5
1 changed files with 3 additions and 0 deletions
3
OLED.h
3
OLED.h
|
|
@ -97,6 +97,9 @@ public:
|
|||
virtual void writeP25Int(const char* source, bool group, unsigned int dest, const char* type);
|
||||
virtual void clearP25Int();
|
||||
|
||||
virtual void writeCWInt();$
|
||||
virtual void clearCWInt();
|
||||
|
||||
virtual void close();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue