Page 1 of 1

How to use modified ESP32 library in PlatformIO

Posted: Sun Jul 07, 2019 6:12 am
by eos1d3
I have made some changes to BLE library. And I can add the library to lib folder in PlatformIO project.

But as the same time, there is original library. I know PlatformIO project is using my own one. Is that harmful without removing the original one? Or shall I replace the original one with mine?