Hi community,
I have a legacy project that now is till need to update …
This is the .ini file
platform = espressif32@3.5.0
board = esp32dev
framework = arduino
check_tool = cppcheck
check_flags = cppcheck: --enable=all --language=c++ --addon=misra.json
lib_ldf_mode = deep
lib_deps =
me-no-dev/AsyncTCP@^1.1.1
me-no-dev/ESP Async WebServer@^1.2.3
arduino-libraries/NTPClient@^3.1.0
bblanchon/ArduinoJson@^6.19.2
https://github.com/maxgerhardt/EthernetENC.git
khoih-prog/Functional-Vlpp@~1.0.2
monitor_speed = 115200
build_flags = -I include
board_build.partitions = esp32_app.csv
I discovered making full clean from vscode that the first two libraries are not longer availabe…
I would like to understand if still i can run the legacy code maybe just inserting the corrected libs but i don’t know how or where to take them
Updating to the lastest platorm or libs is giving me a lot of issues when i run the code…
Thanks