move to new BAROS init
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
8f05f1ac64
commit
11f767e336
2 changed files with 4 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit f7cd159a1df5cc2732444072819e55bacf1887ca
|
||||
Subproject commit 312360707d54820ce1e16026d47c22e2eb49a9b7
|
||||
|
|
@ -113,11 +113,12 @@ void app_main(void) {
|
|||
|
||||
uint8_t ret = cfglr_init(configulator);
|
||||
|
||||
baros_ble_cfg_t ble_cfg = {
|
||||
baros_cfg_t cfg = {
|
||||
.name = name,
|
||||
.role = BAROS_ROLE_BACK
|
||||
};
|
||||
|
||||
baros_ble_init(&ble_cfg);
|
||||
baros_init(&cfg);
|
||||
|
||||
user_button_init();
|
||||
pumps_init();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue