-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
100 lines (88 loc) · 2.07 KB
/
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
; 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
[platformio]
default_envs = m5atomlite
[env:nodemcuv2]
platform = espressif8266
board = nodemcuv2
framework = arduino
monitor_speed = 115200
upload_speed = 115200
lib_deps =
DHT sensor [email protected]
ESP Async [email protected]
paulstoffregen/OneWire@^2.3.5
build_flags =
-DASYNCWEBSERVER_REGEX
-DDHTPIN=25
-DONEWIREBUS=4
[env:huzzah8266]
platform = espressif8266
board = huzzah
framework = arduino
monitor_speed = 115200
upload_speed = 115200
lib_deps =
fastled/FastLED@^3.3.3
paulstoffregen/OneWire@^2.3.5
build_flags =
-DDHTPIN=25
-DONEWIREBUS=23
[env:huzzah32]
platform = espressif32
board = featheresp32
framework = arduino
monitor_speed = 115200
upload_speed = 921600
lib_deps =
DHT sensor [email protected]
ESP Async [email protected]
paulstoffregen/OneWire@^2.3.5
build_flags =
-DASYNCWEBSERVER_REGEX
-DDHTPIN=25
-DONEWIREBUS=23
[env:m5atomlite]
platform = espressif32@~1.12.4
board = m5stick-c
framework = arduino
monitor_speed = 115200
upload_speed = 750000
targets = upload
lib_deps =
;adafruit/Adafruit Unified Sensor@^1.1.4
;m5stack/M5Atom@^0.0.1
;ESP Async [email protected]
fastled/FastLED@^3.3.3
DHT sensor [email protected]
me-no-dev/ESP Async WebServer@^1.2.3
paulstoffregen/OneWire@^2.3.5
build_flags =
-DASYNCWEBSERVER_REGEX
-DM5ATOM
-DM5ATOMLITE
-DLED_BUILTIN=27
-DDHTPIN=33
-DONEWIREBUS=25
# https://docs.platformio.org/en/latest/platforms/espressif8266.html#over-the-air-ota-update
#upload_protocol = espota
#upload_port = poulailler.local