71 lines
1.8 KiB
INI
71 lines
1.8 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:teensy41]
|
|
platform = teensy
|
|
board = teensy41
|
|
framework = arduino
|
|
build_flags =
|
|
-DESFERA=4
|
|
-DAP_MODE=false
|
|
-DTASK=false
|
|
-DSACN=false
|
|
-DARTNET=true
|
|
-DCUSTOM=false
|
|
-DTEST_CUSTOM=false
|
|
monitor_speed = 2000000
|
|
|
|
lib_deps =
|
|
https://github.com/vjmuzik/NativeEthernet
|
|
https://github.com/natcl/Artnet
|
|
https://github.com/ftrias/TeensyThreads
|
|
https://github.com/khoih-prog/AsyncUDP_Teensy41
|
|
https://github.com/ssilverman/QNEthernet
|
|
|
|
[env:wemos_d1_mini32]
|
|
platform = espressif32
|
|
board = wemos_d1_mini32
|
|
framework = arduino
|
|
board_build.f_flash = 80000000L
|
|
build_flags =
|
|
-DESFERA=1
|
|
-DAP_MODE=false
|
|
-DTASK=true
|
|
-DSACN=false
|
|
-DARTNET=false
|
|
-DCUSTOM=true
|
|
-DTEST_CUSTOM=false
|
|
monitor_speed = 1000000
|
|
|
|
lib_deps =
|
|
https://github.com/natcl/Artnet
|
|
https://github.com/forkineye/ESPAsyncE131
|
|
;https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP
|
|
|
|
[env:ESP32-POE]
|
|
platform = espressif32
|
|
board = esp32-poe
|
|
framework = arduino
|
|
board_build.f_flash = 80000000L
|
|
build_flags =
|
|
-DESFERA=1
|
|
-DAP_MODE=false
|
|
-DTASK=true
|
|
-DSACN=false
|
|
-DARTNET=true
|
|
-DCUSTOM=false
|
|
-DTEST_CUSTOM=false
|
|
monitor_speed = 1000000
|
|
|
|
lib_deps =
|
|
https://github.com/natcl/Artnet
|
|
https://github.com/forkineye/ESPAsyncE131
|
|
;https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP
|