mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-02-20 00:32:04 +01:00
[SYS] Detect IDF environnement with USE_ESP_IDF (#2074)
Rather than USE_BLUFI only, as IDF can be used without BLUFI Co-authored-by: Florian <1technophile@users.noreply.github.com>
This commit is contained in:
@@ -851,7 +851,7 @@ void setupBTTasksAndBLE() {
|
||||
xTaskCreatePinnedToCore(
|
||||
procBLETask, /* Function to implement the task */
|
||||
"procBLETask", /* Name of the task */
|
||||
# ifdef USE_BLUFI
|
||||
# if defined(USE_ESP_IDF) || defined(USE_BLUFI)
|
||||
12500,
|
||||
# else
|
||||
8500, /* Stack size in bytes */
|
||||
|
||||
Reference in New Issue
Block a user