39 lines
967 B
INI
39 lines
967 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: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
|
||
|
monitor_speed = 1000000
|
||
|
|
||
|
lib_deps =
|
||
|
;https://github.com/natcl/Artnet
|
||
|
https://github.com/forkineye/ESPAsyncE131
|
||
|
|
||
|
|
||
|
[env:teensy41]
|
||
|
platform = teensy
|
||
|
board = teensy41
|
||
|
framework = arduino
|
||
|
build_flags =
|
||
|
-DESFERA=1
|
||
|
-DAP_MODE=false
|
||
|
monitor_speed = 1000000
|
||
|
|
||
|
lib_deps =
|
||
|
https://github.com/vjmuzik/NativeEthernet
|
||
|
https://github.com/natcl/Artnet
|