Skip to content
Snippets Groups Projects
Select Git revision
  • 8a1c2d9c2428490de2d1df720905303f48423578
  • master default protected
2 results

platformio.ini

Blame
  • platformio.ini 1011 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]
    platform = espressif8266
    board = d1_mini
    framework = arduino
    upload_port = COM6
    monitor_speed = 115200
    monitor_port = COM6
    board_build.filesystem = littlefs
    board_build.ldscript = eagle.flash.4m1m.ld
    lib_deps =
        ESP8266WiFi
        ESP8266WebServer
        ESP8266mDNS
        ArduinoOTA
        links2004/WebSockets @ ^2.3.6
        plerup/EspSoftwareSerial @ ^6.15.1
        avaldebe/PMSerial @ ^1.1.1
        boschsensortec/BSEC Software Library @ ^1.6.1480
        knolleary/PubSubClient @ ^2.8
        spacehuhn/SimpleMap @ ^1.0.0
        bblanchon/ArduinoJson @ ^6.17.2
    
    [env:d1_mini_ota]
    extends = env:d1_mini
    upload_port = airbox.local
    upload_protocol = espota