Hi there
I have an ESP8266 project where I need to modify one of the libraries that comes with the arduino framework. I only need this one project, and to use a modified ESP8266HTTPClient.h found in this folder: .platformio\packages\framework-arduinoespressif8266\libraries\ESP8266HTTPClient\src
I need all other projects to keep using the stock/unmodified version.
I suspect I can do this in the platformio.ini file but can’t figure out how.
Any help appreciated