Skip to content

Commit 093308c

Browse files
authored
Updated name written in app (#27)
Updated the name that is shown in the app when connecting the Nano RP2040 Connect board
1 parent 0efbe17 commit 093308c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ScienceKit/RP2040ConnectFirmware/RP2040ConnectFirmware.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ void setup() {
113113
#endif
114114
address.toUpperCase();
115115

116-
name = "BLE Sense - ";
116+
name = "Nano RP2040 Connect - ";
117117
name += address[address.length() - 5];
118118
name += address[address.length() - 4];
119119
name += address[address.length() - 2];

0 commit comments

Comments
 (0)