Update Wiz controller to use JSON library, receive firmware information from device
This commit is contained in:
parent
5c5ed6f8bd
commit
87c99d31cf
4 changed files with 25664 additions and 14 deletions
|
|
@ -42,6 +42,7 @@ DEFINES +=
|
|||
INCLUDEPATH += \
|
||||
dependencies/ColorWheel \
|
||||
dependencies/CRCpp/ \
|
||||
dependencies/json/ \
|
||||
dependencies/libe131/src/ \
|
||||
i2c_smbus/ \
|
||||
i2c_tools/ \
|
||||
|
|
@ -106,6 +107,7 @@ INCLUDEPATH +=
|
|||
|
||||
HEADERS += \
|
||||
dependencies/ColorWheel/ColorWheel.h \
|
||||
dependencies/json/json.hpp \
|
||||
NetworkClient.h \
|
||||
NetworkProtocol.h \
|
||||
NetworkServer.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue