ESP32 platform not working because of SD library, stop gap would be the ATMEGA2560, which could do 1/6th the LEDs of the LED Display
This commit is contained in:
parent
67ac7aa752
commit
42949bd10b
@ -9,7 +9,10 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = uno
|
||||
default_envs =
|
||||
uno
|
||||
teensy36
|
||||
mega2560
|
||||
|
||||
[common]
|
||||
|
||||
@ -33,3 +36,23 @@ lib_deps =
|
||||
pfeerick/elapsedMillis@^1.0.6
|
||||
adafruit/Adafruit GFX Library@^1.11.9
|
||||
arduino-libraries/SD@^1.3.0
|
||||
|
||||
[env:mega2560]
|
||||
platform = atmelavr
|
||||
board = megaatmega2560
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
fastled/FastLED@^3.7.0
|
||||
pfeerick/elapsedMillis@^1.0.6
|
||||
adafruit/Adafruit GFX Library@^1.11.9
|
||||
arduino-libraries/SD@^1.3.0
|
||||
|
||||
[env:esp32]
|
||||
platform = espressif32
|
||||
board = adafruit_feather_esp32s3_nopsram
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
fastled/FastLED@^3.7.0
|
||||
pfeerick/elapsedMillis@^1.0.6
|
||||
adafruit/Adafruit GFX Library@^1.11.9
|
||||
arduino-libraries/SD@^1.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user