Version fonctionnelle 1.0
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:wemos_d1_mini32]
|
||||
;[env:wemos_d1_mini32]
|
||||
[env:esp32doit-devkit-v1]
|
||||
platform = espressif32
|
||||
board = wemos_d1_mini32
|
||||
; board = wemos_d1_mini32
|
||||
board = esp32doit-devkit-v1
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
upload_speed = 921600
|
||||
@@ -23,5 +25,5 @@ lib_deps =
|
||||
esp32async/ESPAsyncWebServer @ ^3.9.2
|
||||
esp32async/AsyncTCP @ ^3.4.9
|
||||
https://github.com/Locoduino/DCCpp
|
||||
fastled/FastLED@^3.6.0
|
||||
; fastled/FastLED@^3.6.0
|
||||
board_build.filesystem = littlefs
|
||||
|
||||
Reference in New Issue
Block a user