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
lib_deps = 
17
    ESP32Async/ESPAsyncWebServer
18
    ESP32Async/AsyncTCP
19
lib_extra_dirs = 
20
    ../../
21
 
22
 
23
[env:esp32dev]
24
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
25
board = esp32dev
26
framework = arduino
27
lib_deps = 
28
    ESP32Async/ESPAsyncWebServer
29
    ESP32Async/AsyncTCP
30
lib_extra_dirs = 
31
    ../../
32
 
33
 
34
[env:esp8266-nodemcuv2]
35
platform = espressif8266
36
board = nodemcuv2
37
framework = arduino
38
upload_speed = 921600
39
lib_deps = 
40
    ESP32Async/ESPAsyncWebServer
41
    ESP32Async/ESPAsyncTCP
42
lib_extra_dirs = ../../
43
lib_ignore = ArduinoJson AsyncTCP