[env:ttgo]
platform_packages = framework-arduinoespressif32 @ https://github.com/marcovannoord/arduino-esp32.git#idf-release/v4.0
platform = espressif32
framework = espidf, arduino
board = esp32dev
build_flags =
-D ESP32=1
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
lib_deps= mikalhart/TinyGPSPlus@1.0.2
From your post in mentioned thread, I’ve got that Arduino API is a component in esp-idf and libraries using Arduino are components in Arduino. Shall the library be used in another way then?