From f8644792490c2479a9ab36344ca2d1cfcae93851 Mon Sep 17 00:00:00 2001 From: WoodsterDK Date: Mon, 3 Apr 2017 10:09:50 +0200 Subject: [PATCH 01/13] Begun addition of additional types of transceiver modules Added support of PL1167_LT8900 module. Missing settings in webapp. --- data/web/index.html | 325 +++++------ lib/MiLight/MiLightClient.cpp | 66 ++- lib/MiLight/MiLightClient.h | 73 ++- lib/MiLight/MiLightRadio.h | 7 +- lib/MiLight/MiLightRadioInterface.h | 29 + lib/MiLight/MiLightRadioPL1167_LT8900.h | 104 ++++ lib/MiLight/MiLightRadioPL1197_LT8900.cpp | 631 ++++++++++++++++++++++ lib/MiLight/RadioStack.h | 42 +- lib/Settings/Settings.cpp | 90 ++- lib/Settings/Settings.h | 26 +- platformio.ini | 11 +- src/main.cpp | 38 +- 12 files changed, 1169 insertions(+), 273 deletions(-) create mode 100644 lib/MiLight/MiLightRadioInterface.h create mode 100644 lib/MiLight/MiLightRadioPL1167_LT8900.h create mode 100644 lib/MiLight/MiLightRadioPL1197_LT8900.cpp diff --git a/data/web/index.html b/data/web/index.html index 4f3fe383..59bad930 100644 --- a/data/web/index.html +++ b/data/web/index.html @@ -16,7 +16,7 @@ - +