We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5486b commit a64613dCopy full SHA for a64613d
libraries/BLE/src/BLEBeacon.cpp
@@ -40,7 +40,7 @@ uint16_t BLEBeacon::getMinor() {
40
}
41
42
BLEUUID BLEBeacon::getProximityUUID() {
43
- return BLEUUID(m_beaconData.proximityUUID, 16, false);
+ return BLEUUID(m_beaconData.proximityUUID, 16, true);
44
45
46
int8_t BLEBeacon::getSignalPower() {
0 commit comments