testing BLE

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-18 17:01:40 +02:00
parent 7df13b475a
commit 7faf53d9ba
3 changed files with 144 additions and 10 deletions

View File

@@ -7,5 +7,5 @@
void app_main(void)
{
xTaskCreatePinnedToCore(led_matrix_init, "led_matrix", configMINIMAL_STACK_SIZE * 2, NULL, 5, NULL, 1);
xTaskCreatePinnedToCore(ble_init, "remote_control", configMINIMAL_STACK_SIZE * 2, NULL, 5, NULL, 1);
ble_init(NULL);
}