47 lines
1.4 KiB
INI
47 lines
1.4 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]
|
|
platform = espressif32
|
|
board = wemos_d1_mini32
|
|
framework = arduino
|
|
board_build.f_flash = 80000000L
|
|
build_flags =
|
|
-DESFERA=1
|
|
-DAP_MODE=false
|
|
monitor_speed = 1000000
|
|
;monitor_speed = 1000000
|
|
|
|
lib_deps =
|
|
https://github.com/natcl/Artnet
|
|
;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:teensy41]
|
|
platform = teensy
|
|
board = teensy41
|
|
framework = arduino
|
|
build_flags =
|
|
-DESFERA=4
|
|
monitor_speed = 1000000
|
|
|
|
lib_deps =
|
|
https://github.com/natcl/Artnet
|
|
https://github.com/vjmuzik/NativeEthernet
|
|
;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 |