Skip to content

Commit fc37cb2

Browse files
committed
just comments
1 parent 87a407b commit fc37cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/CoreAudio/AudioHttp/URLStreamESP32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ class URLStreamESP32 : public AbstractURLStream {
323323
}
324324

325325
/// Attach and enable use of a bundle for certificate verification e.g.
326-
/// esp_crt_bundle_attach(void *conf)
326+
/// esp_crt_bundle_attach or arduino_esp_crt_bundle_attach
327327
void setCACert(esp_err_t (*cb)(void *conf)){
328328
crt_bundle_attach = cb;
329329
}

0 commit comments

Comments
 (0)