Skip to content

Commit

Permalink
Merge pull request #17 from HotIce0/patch-1
Browse files Browse the repository at this point in the history
fix error
  • Loading branch information
Benjamin Aigner authored Dec 4, 2018
2 parents 625440c + eac3ffb commit bfeeec3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/nkolban_BLE/BLEUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,9 @@ std::string BLEUtils::gattServerEventTypeToString(esp_gatts_cb_event_t eventType
case ESP_GATTS_REG_EVT:
return "ESP_GATTS_REG_EVT";

case ESP_GATTS_SEND_SERVICE_CHANGE_EVT:
return "ESP_GATTS_SEND_SERVICE_CHANGE_EVT";

case ESP_GATTS_READ_EVT:
return "ESP_GATTS_READ_EVT";

Expand Down

0 comments on commit bfeeec3

Please sign in to comment.