espthing/platformio.ini

26 lines
775 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:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
adafruit/Adafruit BusIO @ ^1.5.0
adafruit/Adafruit SSD1306 @ ^2.4.0
mathertel/RotaryEncoder @ ^1.3.0
makuna/NeoPixelBus @ ^2.6.0
mathertel/RotaryEncoder @ ^1.3.0
board_build.f_cpu = 240000000L
; set frequency to 80MHz
;board_build.f_flash = 80000000L
;upload_speed = 115200
board_build.flash_mode = qio