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.63k stars 799 forks source link

[SYS/BT] Semaphores and new BT Controller #1819

Closed 1technophile closed 1 year ago

1technophile commented 1 year ago

Description:

Add semaphore to the enqueue calls to avoid concurrency issues Add new BT controller fro ESP32 to avoid scan evt timeout bug https://github.com/espressif/esp-idf/issues/9384 Remove application level BT WDT

Checklist: