Merge pull request #179 from phl0/dev

Correct missing methods in OLED.h
This commit is contained in:
Jonathan Naylor 2016-10-19 20:06:32 +01:00 committed by GitHub
commit 96b1b5af49
2 changed files with 7 additions and 4 deletions

3
OLED.h
View file

@ -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: