mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 05:38:54 +00:00
Update platformio.ini for LittleFS
This commit is contained in:
parent
3a196e0976
commit
2305ff2cc0
1 changed files with 7 additions and 1 deletions
|
@ -8,10 +8,16 @@
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
|
[platformio]
|
||||||
|
default_envs = lolin_s2_mini
|
||||||
|
|
||||||
|
[env]
|
||||||
|
framework = arduino
|
||||||
|
board_build.filesystem = littlefs
|
||||||
|
|
||||||
[env:lolin_s2_mini]
|
[env:lolin_s2_mini]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = lolin_s2_mini
|
board = lolin_s2_mini
|
||||||
framework = arduino
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
hideakitai/ArtNet @ ^0.8.0
|
hideakitai/ArtNet @ ^0.8.0
|
||||||
bblanchon/ArduinoJson @ ^7.2.0
|
bblanchon/ArduinoJson @ ^7.2.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue