forked from dmslabsbr/esphome-somfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
37 lines (34 loc) · 862 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
; Auto generated code by esphome
[common]
lib_deps =
build_flags =
upload_flags =
; ===== DO NOT EDIT ANYTHING BELOW THIS LINE =====
; ========== AUTO GENERATED CODE BEGIN ===========
[env:esp_somfy]
board = nodemcu
board_build.flash_mode = dout
build_flags =
-DESPHOME_LOG_LEVEL=ESPHOME_LOG_LEVEL_DEBUG
-Wl,-Teagle.flash.4m.ld
-Wno-sign-compare
-Wno-unused-but-set-variable
-Wno-unused-variable
-fno-exceptions
${common.build_flags}
framework = arduino
lib_deps =
ESP Async [email protected]
ESP8266WiFi
ESP8266mDNS
Ticker
Update
${common.lib_deps}
platform = [email protected]
upload_speed = 115200
; =========== AUTO GENERATED CODE END ============
; ========= YOU CAN EDIT AFTER THIS LINE =========
[env:custom_monitor_port]
monitor_speed = 115200