forked from dzungpv/mitsubishi2MQTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
39 lines (35 loc) · 939 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
; PlatformIO MITSUBISHI2MQTT Configuration File
[platformio]
src_dir = main
default_envs =
[env]
lib_deps_ext =
ArduinoJson @6.20.0
https://github.com/dzungpv/espMqttClient
https://github.com/dzungpv/AsyncTCP.git
https://github.com/dzungpv/ESPAsyncWebServer.git
https://github.com/dzungpv/HeatPump
lib_deps =
bblanchon/ArduinoJson @ ^6.21.3
https://github.com/dzungpv/espMqttClient
https://github.com/dzungpv/ESPAsyncTCP
https://github.com/dzungpv/ESPAsyncWebServer.git
https://github.com/dzungpv/HeatPump
[env:ESP8266-ESP01]
board = esp01_1m
platform = espressif8266
framework = arduino
monitor_speed = 115200
board_build.ldscript = eagle.flash.1m64.ld
[env:WEMOS_D1_Mini]
platform = espressif8266
board = d1_mini
framework = arduino
monitor_speed = 115200
upload_speed = 460800
[env:ESP32DEV]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = ${env.lib_deps_ext}
build_flags = -D CORE_DEBUG_LEVEL=0