There was an error while loading. Please reload this page.
1 parent 5cc4691 commit d9063e4Copy full SHA for d9063e4
1 file changed
README.md
@@ -245,7 +245,7 @@ You can also indicate multiple alternative Bluetooth names. The system just conn
245
246
```cpp
247
void setup() {
248
- static std::vector<char*> bt_names = {"MyMusic","RadioPlayer","MusicPlayer"};
+ static std::vector<const char*> bt_names = {"MyMusic","RadioPlayer","MusicPlayer"};
249
a2dp_source.set_data_callback(get_sound_data)
250
a2dp_source.start(bt_names);
251
}
0 commit comments