This solved the compile issues and enabled use of VScode for development. Hint from this post on github: https://github.com/espressif/arduino-esp32/issues/10721
19 lines
660 B
INI
19 lines
660 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:esp32-s3-waveshare8]
|
|
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20/platform-espressif32.zip
|
|
board = esp32-s3-waveshare8
|
|
framework = arduino
|
|
lib_deps =
|
|
bblanchon/ArduinoJson@^7.4.2
|
|
arduino-libraries/NTPClient@^3.2.1
|
|
knolleary/PubSubClient@^2.8
|