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-devkitc-1]
12
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
13
board = esp32-s3-devkitc-1
14
framework = arduino
15
board_build.partitions = partitions.csv
16
; build_type = debug
17
; build_flags =
18
;     -D ESP_FS_WS_MDNS=0
19
lib_deps = 
20
    ESP32Async/ESPAsyncWebServer
21
    ESP32Async/AsyncTCP
22
lib_extra_dirs = 
23
    ../../
24
lib_ignore = ESPAsyncTCP ArduinoJson
25
 
26
 
27
[env:esp32dev]
28
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
29
board = esp32dev
30
framework = arduino
31
lib_deps = 
32
    ESP32Async/ESPAsyncWebServer
33
    ESP32Async/AsyncTCP
34
lib_extra_dirs = ../../
35
lib_ignore = ESPAsyncTCP ArduinoJson
36
 
37
 
38
[env:esp32-s3-devkitm-1-arduinojson6]
39
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
40
board = esp32-s3-devkitm-1
41
framework = arduino
42
lib_deps = 
43
    bblanchon/ArduinoJson@6.21.5
44
    ESP32Async/ESPAsyncWebServer
45
    ESP32Async/AsyncTCP
46
lib_extra_dirs = ../../
47
lib_ignore = ESPAsyncTCP ArduinoJson
48
 
49
 
50
[env:esp8266-nodemcuv2]
51
platform = espressif8266
52
board = nodemcuv2
53
framework = arduino
54
upload_speed = 921600
55
lib_deps = 
56
    ESP32Async/ESPAsyncWebServer
57
    ESP32Async/ESPAsyncTCP
58
lib_extra_dirs = ../../
59
lib_ignore = ArduinoJson AsyncTCP