PsychichHTTP v2-dev
This commit is contained in:
@@ -12,19 +12,44 @@
|
||||
platform = espressif32
|
||||
framework = arduino
|
||||
board = esp32-s3-devkitc-1
|
||||
upload_port = /dev/ttyACM0
|
||||
monitor_port = /dev/ttyACM1
|
||||
monitor_speed = 115200
|
||||
monitor_filters = esp32_exception_decoder
|
||||
lib_deps =
|
||||
; devmode: with this disabled make a symlink from platformio/lib to the PsychicHttp directory
|
||||
;hoeken/PsychicHttp
|
||||
bblanchon/ArduinoJson
|
||||
; hoeken/PsychicHttp
|
||||
; PIO is not able to consider installed project in CI
|
||||
;../..
|
||||
board_build.filesystem = littlefs
|
||||
|
||||
[env:default]
|
||||
build_flags =
|
||||
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_WARN
|
||||
;-D ENABLE_ASYNC
|
||||
-Wall
|
||||
-Wextra
|
||||
|
||||
; [env:arduino3]
|
||||
; platform = https://github.com/platformio/platform-espressif32.git
|
||||
; platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32#master
|
||||
[env:arduino2]
|
||||
platform = espressif32@6.8.1
|
||||
|
||||
[env:arduino2-ssl]
|
||||
platform = espressif32@6.8.1
|
||||
build_flags = -D PSY_ENABLE_SSL
|
||||
|
||||
[env:arduino2-regex]
|
||||
platform = espressif32@6.8.1
|
||||
build_flags = -D PSY_ENABLE_REGEX
|
||||
|
||||
[env:arduino3]
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
|
||||
|
||||
[env:arduino3-ssl]
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
|
||||
build_flags = -D PSY_ENABLE_SSL
|
||||
|
||||
[env:arduino3-regex]
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
|
||||
build_flags = -D PSY_ENABLE_REGEX
|
||||
|
||||
[env:waveshare-4-3-touchscreen]
|
||||
lib_deps = ${env.lib_deps}
|
||||
https://github.com/esp-arduino-libs/ESP32_IO_Expander
|
||||
build_flags =
|
||||
-D PSY_ENABLE_SDCARD
|
||||
-D WAVESHARE_43_TOUCH
|
||||
|
||||
Reference in New Issue
Block a user