Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[platformio]
src_dir = marquee
lib_dir = marquee/libs
src_filter = -libs
default_envs = nodemcuv2

; in case that Linux cannot detect port automatically - uncomment line below.
; upload_port = /dev/ttyUSB*

[env:wemos]
framework = arduino
platform = espressif8266
board = d1_mini

[env:nodemcuv2]
framework = arduino
platform = espressif8266
board = nodemcuv2

lib_deps =
[email protected]
[email protected]
Adafruit GFX [email protected]
markruys/arduino-Max72xxPanel#9a14fba
squix78/json-streaming-parser#ddb90a2
[email protected]
[email protected]

; !!!!!!!!!!!! Warning - if you are getting exceptions with permission error on windows -
; most likely you've put you project in folder where path is too long. Try moving it to root of your drive.