We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f638759 commit c9bf68dCopy full SHA for c9bf68d
libraries/BLE/src/BLEEddystoneURL.h
@@ -35,7 +35,7 @@ class BLEEddystoneURL {
35
struct {
36
uint8_t frameType;
37
int8_t advertisedTxPower;
38
- uint8_t url[16];
+ uint8_t url[18]; // 18 bytes: 1 byte for URL scheme + up to 17 bytes of URL
39
} __attribute__((packed)) m_eddystoneData;
40
41
}; // BLEEddystoneURL
0 commit comments