add more MCUs

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-29 15:56:13 +02:00
parent 26e47a8cf9
commit d8d85ac333
8 changed files with 13 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
#pragma once
void ble_init(void *args);
void ble_init(void);

View File

@@ -3,7 +3,6 @@
#include "esp_event.h"
#include "esp_log.h"
#include "esp_nimble_hci.h"
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "freertos/task.h"
@@ -171,7 +170,7 @@ void host_task(void *param)
// is executed
}
void ble_init(void *args)
void ble_init(void)
{
nimble_port_init();
ble_svc_gap_device_name_set("Miniature Town");