Skip to content

Commit 841d697

Browse files
committed
Changed String in forgotten file
1 parent fa9bb38 commit 841d697

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
@@ -24,7 +24,7 @@
2424
class BLEAddress {
2525
public:
2626
BLEAddress(esp_bd_addr_t address);
27-
BLEAddress(std::string stringAddress);
27+
BLEAddress(String stringAddress);
2828
bool equals(BLEAddress otherAddress);
2929
bool operator==(const BLEAddress& otherAddress) const;
3030
bool operator!=(const BLEAddress& otherAddress) const;

0 commit comments

Comments
 (0)