From 3244658da5836b25e52016f61bf2e8ab5519e3fc Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 19 Oct 2016 20:57:37 +0200 Subject: [PATCH] Add missing method to OLED headers --- OLED.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OLED.h b/OLED.h index e7cc4b4..354d772 100644 --- a/OLED.h +++ b/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: