36 lines
950 B
INI
36 lines
950 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
|
|
|
|
[platformio]
|
|
|
|
[env:metro]
|
|
build_flags = -D ARDUINO1
|
|
platform = atmelavr
|
|
board = metro
|
|
framework = arduino
|
|
lib_deps =
|
|
etherkit/Etherkit Si5351@^2.1.4
|
|
paulstoffregen/Encoder@^1.4.4
|
|
adafruit/Adafruit GFX Library@^1.11.9
|
|
adafruit/Adafruit SSD1306@^2.5.9
|
|
|
|
[env:esp32doit-devkit-v1]
|
|
build_flags = -D ESP32DOIT
|
|
platform = espressif32
|
|
board = esp32doit-devkit-v1
|
|
framework = arduino
|
|
upload_speed = 921600
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
etherkit/Etherkit Si5351@^2.1.4
|
|
adafruit/Adafruit GFX Library@^1.11.9
|
|
adafruit/Adafruit SSD1306@^2.5.9
|
|
igorantolic/Ai Esp32 Rotary Encoder@^1.6
|