Adding WifiManager

Hello, newb here… I have an app already running but using the Wifi credentials hard coded on my ESP32 code… I want to add the WifiManager capability but can’t seen to get it to work…

I am just trying ti run any example but I cant compile them…

I am using a ESP32-WROOM-32D on a ESp32 DEVKIT v1 board, the one with 30 pins…

Compiling with Arduino IDE 1.8.13

ESP32 Library installed on board manager v1.04

I have installe Blynk Async ESP32 BT WF 1.1.1 but when trying to install I get this error:

Blockquote
Library is already installed: Blynk:0.6.0
Library is already installed: ESP_DoubleResetDetector:1.1.1
Library is already installed: LittleFS_esp32:1.0.5
no protocol:
java.lang.RuntimeException: java.net.MalformedURLException: no protocol:
at cc.arduino.contributions.libraries.ui.LibraryManagerUI.lambda$onInstallPressed$4(LibraryManagerUI.java:250)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.MalformedURLException: no protocol:
at java.net.URL.(URL.java:593)
at java.net.URL.(URL.java:490)
at java.net.URL.(URL.java:439)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:64)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:60)
at cc.arduino.contributions.libraries.LibraryInstaller.performInstall(LibraryInstaller.java:155)
at cc.arduino.contributions.libraries.LibraryInstaller.install(LibraryInstaller.java:125)
at cc.arduino.contributions.libraries.ui.LibraryManagerUI.lambda$onInstallPressed$4(LibraryManagerUI.java:240)
… 1 more

Blockquote