We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a407b commit fc37cb2Copy full SHA for fc37cb2
src/AudioTools/CoreAudio/AudioHttp/URLStreamESP32.h
@@ -323,7 +323,7 @@ class URLStreamESP32 : public AbstractURLStream {
323
}
324
325
/// Attach and enable use of a bundle for certificate verification e.g.
326
- /// esp_crt_bundle_attach(void *conf)
+ /// esp_crt_bundle_attach or arduino_esp_crt_bundle_attach
327
void setCACert(esp_err_t (*cb)(void *conf)){
328
crt_bundle_attach = cb;
329
0 commit comments