Skip to content

Commit

Permalink
fixed dmdserver
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Feb 4, 2025
1 parent bcf0d94 commit 2123809
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dmdServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,7 @@ int main(int argc, char* argv[])
pConfig->SetZeDMD(r.Get<bool>("ZeDMD", "Enabled", true));
pConfig->SetZeDMDDevice(r.Get<string>("ZeDMD", "Device", "").c_str());
pConfig->SetZeDMDDebug(r.Get<bool>("ZeDMD", "Debug", false));
pConfig->SetZeDMDRGBOrder(r.Get<int>("ZeDMD", "RGBOrder", -1));
pConfig->SetZeDMDBrightness(r.Get<int>("ZeDMD", "Brightness", -1));
pConfig->SetZeDMDSaveSettings(r.Get<bool>("ZeDMD", "SaveSettings", false));
// ZeDMD WiFi
pConfig->SetZeDMDWiFiEnabled(r.Get<bool>("ZeDMD-WiFi", "Enabled", false));
pConfig->SetZeDMDWiFiAddr(r.Get<string>("ZeDMD-WiFi", "WiFiAddr", "").c_str());
Expand Down

0 comments on commit 2123809

Please sign in to comment.