* Add Wifi manager web portal for ESP8266
#15#83
* represent web page if MQTT failures at start
* add arduinojson library on CI and repo
* add parameter in test config for CI and correct ifdef
* add wifi manager library
* add possibility to manual setup esp8266 wifi credential
* add mqtt user and password into wifimanager
* Add MinimumWifiSignalQuality parameter
Following @ctripodi suggestion to remove AP with low signal quality
* esp32 init
* RF gateway ok with ESP32
* correct IR gateway compilation errors and test RF2 ok
* divide config per board type
* update test file according user_config
* differentiate variable type following IR libraries aka platforms
* implement BLE beacons detection with ESP32
* Implement multitasking on BLE gateway
* Library add and change core assignement
* change core assignement for BLE
* add mi flora value readings with ESP32
* adding some traces and removing unecessary comment
* correct compilation error due to pin assignement
* correct temperature float value and wrong mac adress rssi publishing
* add esp32 to CI
* correct esp32 ide retrieving
* correcting paths
* CI: correct architecture
* libraries update (irremote) and overwrite ble library files
* some minor correction after coadcy checks
* Put serial communication speed as a parameter in user_config.h
* complete gateway file
receiving ok
sending ko
#32
* add rfm69 to CI
* change receiver key and minor improvments
#32
now ok on receiving and sending with RFM69
* add schema and tested pinout for RFM69/RF/IR wiring
#32
* RFM69 library add
* Implement newremoteswitchlibrary for KlikAanKlikUit / ClickOnClickOff protocol
#3
* add dependency for CI and link to the library
* compilation error for arduino correction
* Sketch size decrease
* remove nano from CI
* some minor correction after coadcy checks
* Put serial communication speed as a parameter in user_config.h
* complete gateway file
receiving ok
sending ko
#32
* add rfm69 to CI
* change receiver key and minor improvments
#32
now ok on receiving and sending with RFM69
* add schema and tested pinout for RFM69/RF/IR wiring
#32
* RFM69 library add
* changed user config
* added lightsensor module
* changed Pin Adresses
* Added I2C Lightsensor
Added the I2C Lightsensor and Switchted most Pins
* removed some debug to serial
removed some debug stuff was send to serial console
* Merge with Master
* Too much things for arduino uno
per default remove sensors for it
* Adding I2C Module function
Opens the Door on OpenMQTTGateway for "i2c Bus Modules/Sensors"
* Fixing BH1750 detection
Fixing the detection for a missing BH1750 Module
* Add libraries and define sensors depending on wiring type #63