Subversion Repositories ESP8266_P1_Meter

Rev

Blame | Last modification | View Log | RSS feed

; 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:seeed-xiao-esp32-c6]
platform = https://github.com/Seeed-Studio/platform-seeedboards.git
board = seeed-xiao-esp32-c6
framework = arduino
platform_packages = tool-esptoolpy@https://github.com/pioarduino/esptool/releases/download/v5.2.0/esptool.zip
build_flags = -I"C:/Users/rvsle/.platformio/packages/framework-arduinoespressif32/libraries/Network/src"
lib_deps = 
        johboh/MQTTRemote@^6.0.3
        cotestatnt/AsyncEspFsWebserver@^3.1.1
        esp32async/ESPAsyncWebServer@^3.6.0
        esp32async/ESPAsyncTCP@2.0.0
        knolleary/PubSubClient@^2.8
        arduinogetstarted/ezButton@^1.0.6
lib_ignore = ESPAsyncTCP