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.62k stars 795 forks source link

[SYS] Detect IDF environnement with USE_ESP_IDF #2074

Closed 1technophile closed 1 month ago

1technophile commented 1 month ago

Description:

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: