Skip to content

Commit

Permalink
ci: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
dentra committed Feb 6, 2025
1 parent 492d10b commit d358ef3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/tion_rc/tion_rc_4s.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void Tion4sRC::adv(bool pair) {
.type = tion_dev_info_t::device_type_t::BR4S,
.pair = pair,
}},
.name{BLE_SERVICE_NAME},
.name{},
};
memcpy(raw_adv_data.name.data, BLE_SERVICE_NAME, sizeof(BLE_SERVICE_NAME) - 1);
if (pair) {
Expand Down
4 changes: 1 addition & 3 deletions tests/cfg/pkg_tion_3s.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
packages:
freeze: !include ../../packages/tion_enable_antifreeze.yaml
common: !include pkg_common.yaml
rc: !include pkg_rc.yaml
tion_rc:
type: 3s

4 changes: 3 additions & 1 deletion tests/cfg/tion-3s-ble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ substitutions:
packages:
tion1: !include ../../configs/tion-3s-ble.yaml
tion2: !include pkg_tion_3s.yaml

rc: !include pkg_rc.yaml
tion_rc:
type: 3s

0 comments on commit d358ef3

Please sign in to comment.