Skip to content

Commit 99c377d

Browse files
authored
Update libraries/BLE/src/BLERemoteService.cpp
1 parent 20df9d5 commit 99c377d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/BLE/src/BLERemoteService.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void BLERemoteService::gattClientEventHandler(esp_gattc_cb_event_t event, esp_ga
7979
8080
// This is an indication that we now have the characteristic details for a characteristic owned
8181
// by this service so remember it.
82-
m_characteristicMap.insert(std::pair<std::String, BLERemoteCharacteristic*>(
82+
m_characteristicMap.insert(std::pair<std::string, BLERemoteCharacteristic*>(
8383
BLEUUID(evtParam->get_char.char_id.uuid).toString().c_str(),
8484
new BLERemoteCharacteristic(evtParam->get_char.char_id, evtParam->get_char.char_prop, this) ));
8585

0 commit comments

Comments
 (0)