56 lines
1.7 KiB
INI
56 lines
1.7 KiB
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:wemos_d1_mini32]
|
|
;[env:esp-wrover-kit]
|
|
;platform = https://github.com/tasmota/platform-espressif32
|
|
platform = espressif32
|
|
board = wemos_d1_mini32
|
|
framework = arduino
|
|
board_build.f_flash = 80000000L
|
|
build_flags = -DSPI_MODE=1
|
|
monitor_speed = 115200
|
|
|
|
lib_deps =
|
|
;https://github.com/hpwit/Stream-video-esp32
|
|
;https://github.com/hpwit/artnetESP32
|
|
;https://github.com/hideakitai/ESP32DMASPI
|
|
;https://github.com/moononournation/RGB565_video
|
|
https://github.com/FastLED/FastLED
|
|
;https://github.com/Bodmer/JPEGDecoder
|
|
|
|
[env:esp32s3]
|
|
platform = https://github.com/tasmota/platform-espressif32
|
|
;platform = espressif32
|
|
board = esp32-s3-devkitc-1
|
|
framework = arduino
|
|
board_build.f_flash = 80000000L
|
|
build_flags = -DSPI_MODE=1
|
|
monitor_speed = 115200
|
|
|
|
lib_deps =
|
|
;https://github.com/hideakitai/ESP32DMASPI
|
|
https://github.com/moononournation/RGB565_video
|
|
;https://github.com/FastLED/FastLED
|
|
;https://github.com/Bodmer/JPEGDecoder
|
|
|
|
[env:esp32doit-devkit-v1]
|
|
platform = espressif32
|
|
board = esp32doit-devkit-v1
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
|
|
lib_deps =
|
|
;https://github.com/hpwit/Stream-video-esp32
|
|
;https://github.com/hpwit/artnetESP32
|
|
;https://github.com/hideakitai/ESP32DMASPI
|
|
;https://github.com/moononournation/RGB565_video
|
|
https://github.com/FastLED/FastLED
|
|
;https://github.com/Bodmer/JPEGDecoder |