File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libraries/CurieBle/examples Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ void setup() {
3333 pinMode (ledPin, OUTPUT); // use the LED on pin 13 as an output
3434
3535 // set the local name peripheral advertises
36- blePeripheral.setLocalName (" LEDCallback " );
36+ blePeripheral.setLocalName (" LEDCB " );
3737 // set the UUID for the service this peripheral advertises
3838 blePeripheral.setAdvertisedServiceUuid (ledService.uuid ());
3939
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ void setup() {
3232 pinMode (ledPin, OUTPUT);
3333
3434 // set advertised local name and service UUID:
35- blePeripheral.setLocalName (" LED Sketch " );
35+ blePeripheral.setLocalName (" LED" );
3636 blePeripheral.setAdvertisedServiceUuid (ledService.uuid ());
3737
3838 // add service and characteristic:
You can’t perform that action at this time.
0 commit comments