|
|
@ -8,9 +8,15 @@
|
|
|
|
; 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
|
|
|
|
|
|
|
|
|
|
|
|
[env:esp32dev]
|
|
|
|
;[env:esp32dev]
|
|
|
|
|
|
|
|
;platform = espressif32
|
|
|
|
|
|
|
|
;board = esp32dev
|
|
|
|
|
|
|
|
;framework = arduino
|
|
|
|
|
|
|
|
;monitor_speed = 115200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[env:adafruit_matrixportal_esp32s3]
|
|
|
|
platform = espressif32
|
|
|
|
platform = espressif32
|
|
|
|
board = esp32dev
|
|
|
|
board = adafruit_matrixportal_esp32s3
|
|
|
|
framework = arduino
|
|
|
|
framework = arduino
|
|
|
|
monitor_speed = 115200
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
|
|
|
|
|
|
|