From 7daa0b9c15eaa4b51da002216d875e1899b9b82e Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 15 Sep 2016 10:58:55 +0200 Subject: [PATCH] Rename according to already existing functions --- Nextion.cpp | 2 +- Nextion.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Nextion.cpp b/Nextion.cpp index 0cd97cb..eb0fb3b 100644 --- a/Nextion.cpp +++ b/Nextion.cpp @@ -233,7 +233,7 @@ void CNextion::clearFusionInt() sendCommand("t2.txt=\"\""); } -void CNextion::sendCWInt() +void CNextion::writeCWInt() { sendCommand("page MMDVM"); diff --git a/Nextion.h b/Nextion.h index 112d974..749f73e 100644 --- a/Nextion.h +++ b/Nextion.h @@ -50,7 +50,7 @@ protected: virtual void writeFusionInt(const char* source, const char* dest, const char* type, const char* origin); virtual void clearFusionInt(); - virtual void sendCWInt(); + virtual void writeCWInt(); virtual void clockInt(unsigned int ms);