WARNING: library ESP32WebServer-master claims to run on (ESP32) architecture(s) and may be incompatible with your current board which runs on (esp32) architecture(s).
The warning makes no sense to my tired old brain. It may be a Linux thing as one is in Caps and the other not. But looking in the Arduino Examples, the esp32webserver Library is flagged a "incompatible." How can I fix this? I know it is only a warning and should upload, but I'd like to correct it anyway.
This issue should be referred to the maintainer of the library - architecture names (as far as the IDE are concerned) are case sensitive, and he got the case wrong.
It's in library.properties in the library folder if you want to fix it for yourself, but you should make sure the maintainer of that library is aware so it can be corrected.
Thanks to you both. I did try to find it and no idea why the text search didn't find it in the properties file. But, I have changed the case (architectures=esp32) but a compile still shows the error and in Upper case. Does the IDE save it's own version somewhere?