Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30a407a084 | ||
|
|
e3434708cb | ||
|
|
265f2e4eea | ||
|
|
46b5f938bb |
1 changed files with 3 additions and 3 deletions
|
|
@ -193,10 +193,10 @@ pub async fn run(
|
|||
"Starting advertising and GATT service for {}",
|
||||
features.join(",")
|
||||
);
|
||||
let server = Server::new_with_config(GapConfig::Peripheral(PeripheralConfig {
|
||||
let server = Server::new_with_config(PeripheralConfig {
|
||||
name: &name,
|
||||
appearance: &appearance::UNKNOWN,
|
||||
}))
|
||||
appearance: &appearance::UNKNOWN, // maybe appearance::outdoor_sports_activity::LOCATION_AND_NAVIGATION_DISPLAY ?
|
||||
})
|
||||
.unwrap();
|
||||
|
||||
let _ = embassy_futures::join::join(ble_task(runner), async {
|
||||
|
|
|
|||
Loading…
Reference in a new issue