Skip to content

Commit

Permalink
remobed resendFrames
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Dec 25, 2024
1 parent 1461a7b commit 608ec2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/ZeDMDComm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<bool> m_stopFlag;
std::atomic<bool> m_fullFrameFlag;

Expand Down
5 changes: 1 addition & 4 deletions src/ZeDMDWiFi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 608ec2f

Please sign in to comment.