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.
Add Serial as a communication layer to transmit data to/from serial
Enable discovery of BT sensors through serial
Add serial heartbeat
Change the discovery principle for interval and intervalacts, keep them always discovered, and deactivate adaptivescan when changed. Instead of removing their discovery when adaptive scan is activated
Increase JSON_MSG_BUFFER_MAX as we are now using const char* for msg transport and it requires more memory for Arduino Json Deserialization
Checklist:
[X] The pull request is done against the latest development branch
[X] Only one feature/fix was added per PR and the code change compiles without warnings
Description:
Add Serial as a communication layer to transmit data to/from serial Enable discovery of BT sensors through serial Add serial heartbeat
Change the discovery principle for
interval
andintervalacts
, keep them always discovered, and deactivateadaptivescan
when changed. Instead of removing their discovery when adaptive scan is activatedIncrease
JSON_MSG_BUFFER_MAX
as we are now usingconst char*
for msg transport and it requires more memory for Arduino Json DeserializationChecklist: