Hallo,
... and thanks for the effort ...
>In the last release the warnings were changed to match how the arduino ide works so shouldn't be an issue.
You are right. If I switch on all compiler warnings in Arduino IDE preferences I get same results.
However, I personally think its stupid since I want to see the warnings, yes, but not thread it as error and stop compiler process. Could you make an option to disable the -WError flag if all warnings switch on? Reason: The remaining warnings (errors) relate to core libs only. I cannot change this....so why stopping compiler process?
> I will try new version tonight ...
I tested 14.2 last night. There is no difference for me since I restructured my project.
> I combined the WiFiManager, OTA and WebServer into a single espressif core which you can replace in entirety or in part from this zip (I guess you have installed in mydocuments/arduino.espressif)
Hey, cool! Thanks for the wifigadget code. You should publish on git.
My code is a bit different ... I also have no MQTT and no ArduinoOTA. Anyhow, I will test later when other issues (not related to vmicro) have been resolved:
https://github.com/me-no-dev/ESPAsyncWebServer/issues/361 Furthermore, thanks for the hint that I could place libs directly into the toolchain libraries directory. Normally, I use Arduino IDE to get the libs and they are placed all (esp8266 and ESP32) into my projects/libraries directory ... which sometimes brings some troubles...
Thanks and BR
drs