forked from foxis/ESPReflow
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
platformio.ini
38 lines (34 loc) · 920 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
; 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
; http://docs.platformio.org/page/projectconf.html
[env]
platform = espressif8266
board = d1_mini
framework = arduino
#upload_port = 192.168.1.68
upload_speed = 921600
#build_flags = -Wl,-Teagle.flash.4m.ld
lib_deps =
ArduinoJson@5.13.4
ESPAsyncTCP
ESP Async WebServer
SparkFun PCA9536 Arduino Library
https://github.com/foxis/EasyOTA
[env:reflow_MAX31855]
lib_deps =
${env.lib_deps}
robtillaart/MAX31855 @ ^0.2.3
build_flags =
-DTEMPERATURE_SENSOR_MAX31855
[env:reflow_MAX6675]
lib_deps =
${env.lib_deps}
adafruit/MAX6675 library @ ^1.1.0
build_flags =
-DTEMPERATURE_SENSOR_MAX6675