Skip to content

Commit 3988aac

Browse files
committed
URLStream ESP32 broken login
1 parent 4ef5452 commit 3988aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioHttp/URLStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class URLStream : public AbstractURLStream {
276276
}
277277

278278
void login(){
279-
#ifdef IS_WIFI
279+
#ifdef USE_WIFI
280280
LOGD("connectWiFi");
281281
if (network!=nullptr && password != nullptr && WiFi.status() != WL_CONNECTED){
282282
WiFi.begin(network, password);

0 commit comments

Comments
 (0)