From 608ec2f92143ca16de870746376ec9c612375a86 Mon Sep 17 00:00:00 2001 From: Markus Kalkbrenner Date: Wed, 25 Dec 2024 14:56:01 +0100 Subject: [PATCH] remobed resendFrames --- src/ZeDMDComm.h | 1 - src/ZeDMDWiFi.h | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/ZeDMDComm.h b/src/ZeDMDComm.h index 10a19cb..8ee99a6 100644 --- a/src/ZeDMDComm.h +++ b/src/ZeDMDComm.h @@ -214,7 +214,6 @@ class ZeDMDComm bool m_cdc = false; uint8_t m_zoneWidth = 8; uint8_t m_zoneHeight = 4; - bool m_resendZones = false; std::atomic m_stopFlag; std::atomic m_fullFrameFlag; diff --git a/src/ZeDMDWiFi.h b/src/ZeDMDWiFi.h index a1e82ec..b1c5c21 100644 --- a/src/ZeDMDWiFi.h +++ b/src/ZeDMDWiFi.h @@ -20,10 +20,7 @@ class ZeDMDWiFi : public ZeDMDComm { public: - ZeDMDWiFi() : ZeDMDComm() - { - m_resendZones = false; - } + ZeDMDWiFi() : ZeDMDComm() {} virtual bool Connect(const char* name_or_ip, int port); virtual void Disconnect();