Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

platformio.ini

Blame
  • platformio.ini 631 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
    
    [env:d1_mini_lite]
    platform = espressif8266@2.6.3
    board = d1_mini_lite
    framework = arduino
    monitor_speed = 115200
    build_type = debug
    monitor_filters = esp8266_exception_decoder
    lib_deps = 
    	debsahu/NeoAnimationFX@^0.3
    	makuna/NeoPixelBus@2.6.0
    	256dpi/MQTT @ ^2.5.0