We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab24b58 + 7071c2a commit e37603fCopy full SHA for e37603f
senseBox-bike-atrai-v2/src/display/Display.cpp
@@ -137,8 +137,9 @@ void SBDisplay::showConnectionScreen()
137
isBicycleAnimationShowing = false;
138
}
139
140
- String name = SenseBoxBLE::getMCUId();
+ String id = SenseBoxBLE::getMCUId();
141
String bleId = "[" + SenseBoxBLE::getMCUId() + "]";
142
+ String name = "senseBox:bike " + bleId;
143
String bleIdBegin = bleId.substring(0, bleId.length() / 2);
144
String bleIdEnd = bleId.substring(bleId.length() / 2);
145
const char *message[] = {
0 commit comments