What happens when you have 2 similar (but modified for a particular board) files, say
"wire(OK for Arduino)"
and
"wire(OK for ESP8266)"
You can't just put them both in the library folder?
Or can you create 2 libraries?
I think you have to put copies of the modified . h files etc in the same folder as the .ino
- and I think the IDE looks in the local folder first if you add "" or <> ?
Surely not all of the library files that arrive by default with the latest Arduino IDE work OK with the ESP ?
Also - Is there a list of the library files that work OK in the ESP somewhere?
Thanks for the work!!!