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.
Rather than USE_BLUFI only, as IDF can be used without BLUFI
The macro USE_ESP_IDF needs to be added to the environments that use ESP IDF but not BLUFI
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:
Rather than
USE_BLUFI
only, as IDF can be used without BLUFI The macroUSE_ESP_IDF
needs to be added to the environments that use ESP IDF but not BLUFIChecklist: