-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
30 lines (29 loc) · 1000 Bytes
/
platformio.ini
File metadata and controls
30 lines (29 loc) · 1000 Bytes
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
; 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
[env:wemos_d1_mini32]
platform = espressif32
board = wemos_d1_mini32
board_build.mcu = esp32
board_build.f_cpu = 240000000L
board_build.partitions = partitions.csv
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
framework = arduino
upload_protocol = espota
upload_port = Zirkulationspumpe.ham.lan
lib_deps =
milesburton/DallasTemperature@^3.11.0
paulstoffregen/OneWire @^2.3.7
bblanchon/ArduinoJson@^7.2.1
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0
prampec/IotWebConf@^3.2.1
arduino-libraries/NTPClient@^3.2.1
yiannisbourkelis/Uptime Library@^1.0.0
marvinroger/AsyncMqttClient@^0.9.0