We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b62f01 commit 007656dCopy full SHA for 007656d
dmdserver.ini
@@ -39,10 +39,10 @@ SaveSettings = 0
39
# Set to 1 if ZeDMD-WiFi is available.
40
Enabled = 0
41
# Enter your ZeDMD WiFi IP address here
42
-WiFiAddr =
+WiFiAddr =
43
44
[Pixelcade]
45
# Set to 1 if Pixelcade is attached
46
-Enabled = 1
+Enabled = 0
47
# Disable auto-detection and provide a fixed serial port
48
Device =
src/DMD.cpp
@@ -291,7 +291,7 @@ bool DMD::IsFinding() { return m_finding; }
291
292
bool DMD::HasDisplay() const
293
{
294
- if (m_pZeDMD != nullptr && m_rgb24DMDs.size() > 0)
+ if (m_pZeDMD != nullptr || m_rgb24DMDs.size() > 0)
295
296
return true;
297
}
0 commit comments