init ble earlier so dynamic services can be utilized

This commit is contained in:
morgan 2026-08-04 08:07:52 -07:00
parent 9b2cb3a712
commit 83efaa172d

View file

@ -118,15 +118,15 @@ void app_main(void) {
vTaskDelay(1000 / portTICK_PERIOD_MS);
user_button_init();
pumps_init();
baros_ble_cfg_t ble_cfg = {
.name = name,
};
baros_ble_init(&ble_cfg);
user_button_init();
pumps_init();
led_init();
uint16_t tick = 0;