2024-10-30 20:12:51 +00:00
|
|
|
; 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:d1_mini_lite]
|
|
|
|
platform = espressif8266
|
|
|
|
board = d1_mini_lite
|
|
|
|
framework = arduino
|
|
|
|
lib_deps =
|
|
|
|
bblanchon/ArduinoJson@^7.2.0
|
|
|
|
adafruit/Adafruit GFX Library@^1.11.11
|
|
|
|
adafruit/Adafruit SSD1306@^2.5.13
|
|
|
|
chunkysteveo/OctoPrintAPI@^1.1.6
|
2024-11-01 16:37:11 +00:00
|
|
|
moononournation/GFX Library for Arduino@^1.4.9
|
|
|
|
monitor_speed = 115200
|