Update Wiz controller to use JSON library, receive firmware information from device

This commit is contained in:
Adam Honse 2020-11-04 00:42:31 -06:00
parent 5c5ed6f8bd
commit 87c99d31cf
4 changed files with 25664 additions and 14 deletions

View file

@ -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 \