Update SSDPDiscover, Nanoleaf Device & CrossCompile Instructions (#616)

* Handle Exceptions in main & Pythoninit

* Have SSDPDiscover generic again

* Have SSDPDiscover generic again

* Change Info- to Debug logs as technical service messages

* Nanoleaf - When switched on, ensure UDP mode

* Include SQL Database in Cross-Compile instructions

* Fix Clazy (QT code checker) and clang Warnings
This commit is contained in:
LordGrey
2019-09-14 22:54:41 +02:00
committed by Paulchen Panther
parent 3173c9f7e3
commit b459b8723e
4 changed files with 91 additions and 92 deletions

View File

@@ -83,7 +83,7 @@ private:
QString _deviceFirmwareVersion;
ushort _extControlVersion;
/// The number of panels with leds
int _panelLedCount;
uint _panelLedCount;
/// Array of the pannel ids.
std::vector<uint> _panelIds;