Skip to content

Commit 792fb3e

Browse files
committed
Changed String in forgotten file
1 parent d2d4af6 commit 792fb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/BLE/src/BLEAddress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class BLEAddress {
2323
public:
2424
BLEAddress(esp_bd_addr_t address);
25-
BLEAddress(std::string stringAddress);
25+
BLEAddress(String stringAddress);
2626
bool equals(BLEAddress otherAddress);
2727
bool operator==(const BLEAddress& otherAddress) const;
2828
bool operator!=(const BLEAddress& otherAddress) const;

0 commit comments

Comments
 (0)