LedDisplay/vscode/OmobiLEDdisplayBluetooth/platformio.ini
Dorian Zedler 6fbae42867
- added new bluetooth project
- some things work, many not, needs some work
2020-10-13 17:01:29 +02:00

25 lines
708 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
lib_deps =
Wire
SPI
adafruit/Adafruit GFX Library@^1.10.1
adafruit/Adafruit BusIO@1.4.1
adafruit/Adafruit NeoPixel@^1.6.0
adafruit/Adafruit NeoMatrix@^1.1.5
bblanchon/ArduinoJson@^6.16.1
monitor_filters = esp32_exception_decoder
monitor_speed = 115200