disable BLE scan at startup
Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 3m18s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Has been cancelled
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Has been cancelled
ESP-IDF Build / build (esp32c6, release-v5.5) (pull_request) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.4) (pull_request) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.5) (pull_request) Has been cancelled
ESP-IDF Build / build (esp32c6, release-v5.4) (pull_request) Has been cancelled
Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 3m18s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Has been cancelled
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Has been cancelled
ESP-IDF Build / build (esp32c6, release-v5.5) (pull_request) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.4) (pull_request) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.5) (pull_request) Has been cancelled
ESP-IDF Build / build (esp32c6, release-v5.4) (pull_request) Has been cancelled
we will refactor it to Thread later Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit was merged in pull request #2.
This commit is contained in:
@@ -33,7 +33,7 @@ void app_main(void)
|
|||||||
|
|
||||||
xTaskCreatePinnedToCore(app_task, "app_task", 8192, NULL, tskIDLE_PRIORITY + 5, NULL,
|
xTaskCreatePinnedToCore(app_task, "app_task", 8192, NULL, tskIDLE_PRIORITY + 5, NULL,
|
||||||
CONFIG_FREERTOS_NUMBER_OF_CORES - 1);
|
CONFIG_FREERTOS_NUMBER_OF_CORES - 1);
|
||||||
xTaskCreatePinnedToCore(ble_manager_task, "ble_manager", 4096, NULL, tskIDLE_PRIORITY + 1, NULL,
|
// xTaskCreatePinnedToCore(ble_manager_task, "ble_manager", 4096, NULL, tskIDLE_PRIORITY + 1, NULL,
|
||||||
CONFIG_FREERTOS_NUMBER_OF_CORES - 1);
|
// CONFIG_FREERTOS_NUMBER_OF_CORES - 1);
|
||||||
}
|
}
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.1.1
|
0.1.2
|
||||||
Reference in New Issue
Block a user