1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.55k stars 784 forks source link

Compile error v0.9 master #364

Closed jeanniquini closed 5 years ago

jeanniquini commented 5 years ago

define jsonPublishing true

define jsonReceiving true

define ZgatewayRF "RF"

define ZgatewayBT "BT"

log.txt

1technophile commented 5 years ago

Did you followed the troubleshooting section: https://github.com/1technophile/OpenMQTTGateway/wiki/Troubleshooting

As the compilation is ok with travis: https://travis-ci.org/1technophile/OpenMQTTGateway

This is likely related to you environment, and from what I see, from the libraries that you are using, in particular check the version of arduinojson

jeanniquini commented 5 years ago

I had version 6.8.0-beta of arduinoJson. That was the problem. Thanks.