Skip to content

Commit

Permalink
Compile error in AudioBLEClient for ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 13, 2023
1 parent a1da00c commit 38a9623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sandbox/BLE/AudioBLEClientESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class AudioBLEClient : public AudioBLEStream,
}

// Scanning Results
void onScanResult(BLEAdvertisedDevice advertisedDevice) override {
void onResult(BLEAdvertisedDevice advertisedDevice) override {
TRACEI();
// Check if the name of the advertiser matches
if (advertisedDevice.haveServiceUUID() &&
Expand Down

0 comments on commit 38a9623

Please sign in to comment.