forked from andig/vzero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
executable file
·56 lines (51 loc) · 1022 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[platformio]
#env_default = esp8266
#env_default = esp32
[common_env_data]
lib_compat_mode=2
#lib_ldf_mode=deep+
[env:esp8266]
platform=espressif8266
framework=arduino
board=esp12e
build_flags = -Tesp8266.flash.4m1m.ld
upload_port = vzero-edd834.local
#targets = upload
lib_deps =
ArduinoOTA
Hash
# ESPAsyncWebServer
https://github.com/me-no-dev/ESPAsyncWebServer.git
OneWire
DHT Sensor Library
Adafruit Unified Sensor
DallasTemperature
ArduinoJson
ESP8266mDNS
DNSServer
# ESPAsyncTCP
https://github.com/me-no-dev/ESPAsyncTCP.git
lib_ignore =
AsyncTCP
[env:esp32]
platform=espressif32_stage
framework=arduino
board=featheresp32
lib_deps =
ArduinoOTA
Hash
# ESPAsyncWebServer
https://github.com/me-no-dev/ESPAsyncWebServer.git
OneWire
DHT Sensor Library
Adafruit Unified Sensor
DallasTemperature
ArduinoJson
# HTTPClient
WiFiClientSecure
# AsyncTCP
https://github.com/me-no-dev/AsyncTCP.git
https://github.com/bbx10/DNSServer_tng
ESPmDNS
lib_ignore =
ESPAsyncTCP