From 7040add49a0a94e1c1fb4aa027b8b5a25cd3f8e7 Mon Sep 17 00:00:00 2001 From: copercini Date: Sat, 5 Aug 2017 14:37:11 -0300 Subject: [PATCH 1/2] Missing semicolon on BLEAdvertising.cpp --- cpp_utils/BLEAdvertising.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp_utils/BLEAdvertising.cpp b/cpp_utils/BLEAdvertising.cpp index 744ac38f..6031fb7d 100644 --- a/cpp_utils/BLEAdvertising.cpp +++ b/cpp_utils/BLEAdvertising.cpp @@ -122,7 +122,7 @@ void BLEAdvertising::start() { ESP_LOGE(LOG_TAG, "<< esp_ble_gap_start_advertising: rc=%d %s", errRc, GeneralUtils::errorToString(errRc)); return; } - ESP_LOGD(LOG_TAG, "<< start") + ESP_LOGD(LOG_TAG, "<< start"); } // start From 0ef44495153c689ef2b2bb8fff0170864a9136c6 Mon Sep 17 00:00:00 2001 From: copercini Date: Sat, 5 Aug 2017 14:39:13 -0300 Subject: [PATCH 2/2] Missing semicolon on BLEUtils.cpp --- cpp_utils/BLEUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp_utils/BLEUtils.cpp b/cpp_utils/BLEUtils.cpp index 395473e2..c061658b 100644 --- a/cpp_utils/BLEUtils.cpp +++ b/cpp_utils/BLEUtils.cpp @@ -636,7 +636,7 @@ void BLEUtils::dumpGapEvent( } // ESP_GAP_BLE_SCAN_STOP_COMPLETE_EVT default: { - ESP_LOGD(LOG_TAG, "*** dumpGapEvent: Logger not coded ***") + ESP_LOGD(LOG_TAG, "*** dumpGapEvent: Logger not coded ***"); break; } // default } // switch