Commit Graph

18 Commits

Author SHA1 Message Date
Florian
74a02fdc81 move MQTT_MAX_PACKET_SIZE to pubsubclient library 2018-12-01 11:56:32 +01:00
Florian
82824b30d6 remove unecessaries files from pilight lib 2018-11-28 21:34:00 +01:00
Florian
67dd7ac078 update esppilight lib
content of the library is not filtered on 433mhz only
2018-11-28 20:41:37 +01:00
animavitis
5d01071e43 update rc-switch (#313) 2018-11-15 19:51:10 +01:00
Florian
d8dba15a81 Publish refactoring (#298)
* factoring of the publishing function
* integration of json publishing to MQTT
* receiving and transcode json messages from mqtt
* replace the TRACE runtime condition by a buildtime one so as to decrease program size
* remove retainFlag parameter not necessary for the moment
* Increase the scope of tests for arduino mega and esp32
* Update arduinojson library to 5.13.3
* add macros to choose between simple or json publishing or both
* differentiate build test for ATmega2560
* correct wrong sprintf definition
* change IDE version for continuous integration
* let default warning level in arduino ide
* correct pins for ESP32
* reorganize user_config
2018-11-05 22:02:27 +01:00
Paul
d2c3373b8e Added ESPilight libs 2018-09-21 18:02:15 +01:00
Florian
751c479e59 update BLE ESP32 lib to last version
note this version of library is compatible with this rev:
89859f7f4c
as stated in the wiki
2018-09-02 10:25:55 +02:00
Florian
f0c0607919 Update wifimanager to 0.14 (#252) 2018-08-19 15:36:06 +02:00
Florian
b12ee19979 Ir esp8266 lib update and code impacts (#235)
* integrate new IRremoteESP8266 lib 2.4.2 and add new protocols

IR_RC6
IR_MITSUBISHI
IR_GICABLE
IR_MITSUBISHI2
IR_LASERTAG
IR_CARRIER_AC
IR_MIDEA
IR_NIKAI
IR_SHERWOOD
IR_DENON
IR_AIWA_RC_T501
IR_JVC
2018-07-22 16:44:10 +02:00
Florian
b602e406ef correct version of BLE libraries
last working version of this library with the ESP32 env revision pointed in the wiki
2018-07-04 22:39:33 +02:00
Florian
42be3fe0f2 update BLE library for ESP32 env compatibility
with the last version of ESP32 arduino env it is not possible to compile on ESP32, we get "missing gatt_api.h" ERROR. So as to avoid that we need to use the last version of the nkolban library for BLE 0.4.16
2018-06-30 15:24:47 +02:00
Florian
513d71c544 A6 A7 gateway (GSM GPRS) (#195)
* init 2G gateway with SMS sending and receiving

* A6lib add

* add 2Ggateway call from setup and loop

* add schematic and image
2018-04-21 19:22:36 +02:00
Florian
75deae6846 add missing lib 2018-03-20 20:35:40 +01:00
Florian
be5d61993d Revert "Merge branch 'master' of https://github.com/1technophile/OpenMQTTGateway"
This reverts commit a70c33a68e, reversing
changes made to f515f9c03a.
2018-03-19 21:26:21 +01:00
1technophile
0d9ad7e74f add adafruit lib 2018-03-07 21:52:57 +01:00
1technophile
fdc5e3dacc add missing libraries and update CI according lib folders and not library donwload from github 2018-03-07 21:41:19 +01:00
1technophile
3b4c9d2d98 add arduino json lib
#182
2018-03-07 20:52:36 +01:00
1technophile
f0546fab8c publish libraries to avoid users to have to download them one by one 2018-03-04 13:47:37 +01:00