Relative Content

Tag Archive for bluetoothesp32arduino-esp32platformio

Same code working on Arduino IDE but not working on VSCode extension PlatformIO

I have a project on Arduino IDE that uses an ESP32, and it uses BLE and BT (Bluetooth). I decided to move my project to platfromIO using the VSCode extension as it is easier to manage and I copied my code and downloaded all the libraries with the same versions as the ones installed in the Arduino IDE. However, the code gives error on platformIO and these errors were not in Arduino IDE even though it is the exact same code.