-
Clément Foucher authoredClément Foucher authored
platformio.ini 703 B
; 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]
src_dir = .
[env:featheresp32]
platform = espressif8266
board = huzzah
framework = arduino
lib_deps =
ESPUI
ESPAsyncWebserver
ESPAsyncTCP # or AsyncTCP on ESP32
greiman/SSD1306Ascii@^1.3.2
laurb9/StepperDriver@^1.3.1
adafruit/Adafruit GFX Library@^1.11.0
adafruit/Adafruit BusIO@^1.11.5
SPI