Subversion Repositories ESP8266_P1_Meter

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 raymond 1
; PlatformIO Project Configuration File
2
;
3
;   Build options: build flags, source filter
4
;   Upload options: custom upload port, speed and extra flags
5
;   Library options: dependencies, extra library storages
6
;   Advanced options: extra scripting
7
;
8
; Please visit documentation for the other options and examples
9
; https://docs.platformio.org/page/projectconf.html
10
 
11
[env:esp32-s3-devkitc1-n4r2]
12
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
13
board = esp32-s3-devkitc1-n4r2
14
framework = arduino
15
board_build.partitions = partitions.csv
16
build_flags =
17
    -I$PROJECT_LIBDEPS_DIR/$PIOENV/AsyncTCP/src
18
    -I$PROJECT_LIBDEPS_DIR/$PIOENV/ESPAsyncWebServer/src
19
lib_deps = 
20
    ESP32Async/AsyncTCP
21
    ESP32Async/ESPAsyncWebServer
22
lib_ignore = ESPAsyncTCP ArduinoJson
23
 
24
lib_extra_dirs = 
25
    ;     D:/Dropbox/ArduinoLibs/async-esp-fs-webserver
26
    C:\Users\cotes\OneDrive\Documenti\Arduino\libraries\async-esp-fs-webserver
27
 
28
 
29
[env:esp32dev]
30
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
31
board = esp32dev
32
framework = arduino
33
build_flags =
34
    -I$PROJECT_LIBDEPS_DIR/$PIOENV/AsyncTCP/src
35
    -I$PROJECT_LIBDEPS_DIR/$PIOENV/ESPAsyncWebServer/src
36
lib_deps = 
37
    ESP32Async/ESPAsyncWebServer
38
    ESP32Async/AsyncTCP
39
lib_extra_dirs = 
40
    D:/Dropbox/ArduinoLibs/async-esp-fs-webserver
41
 
42
lib_ignore = ESPAsyncTCP ArduinoJson