File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/hardware/04.pro/shields/portenta-uwb-shield/tutorials/01.user-manual Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ void setup() {
594594 UWBNearbySessionManager.onSessionStop(sessionStopped);
595595
596596 // Initialize Bluetooth Low Energy services and start advertising
597- UWBNearbySessionManager.begin("Portenta UWB Shield ");
597+ UWBNearbySessionManager.begin("TS_DCU150 ");
598598}
599599
600600void loop() {
@@ -686,11 +686,11 @@ void setup() {
686686 // ... other callbacks
687687
688688 // Start advertising with device name
689- UWBNearbySessionManager.begin("Portenta UWB Shield ");
689+ UWBNearbySessionManager.begin("TS_DCU150 ");
690690}
691691```
692692
693- The device name "Portenta UWB Shield" appears in smartphone apps when scanning for available UWB devices.
693+ The device name ` TS_DCU150 ` appears in smartphone apps when scanning for available UWB devices.
694694
695695- ** Main Loop**
696696
You can’t perform that action at this time.
0 commit comments