File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ This section lists adapter hardware revisions together with specifics for each o
99
99
- RESET_PIN: TO-EBUS (GPIO20)
100
100
- trimmer is replaced by PWM setting in web interface
101
101
102
- ### v6.1
102
+ ### v6.1 and newer
103
103
- firmware file: firmware-HW_v5.x.bin
104
104
- RESET_PIN: TO-EBUS (GPIO20)
105
105
- added missing via in v6.0
Original file line number Diff line number Diff line change @@ -16,18 +16,21 @@ lib_deps =
16
16
https://github.com/prampec/IotWebConf# v3.2.1
17
17
heman/AsyncMqttClient-esphome@^2.1.0
18
18
bblanchon/ArduinoJson@^7.2.0
19
+ build_flags =
20
+ -DIOTWEBCONF_CONFIG_DONT_USE_MDNS =1
21
+ -DIOTWEBCONF_PASSWORD_LEN =64
19
22
20
23
[env:esp12e]
21
24
platform = espressif8266
22
25
board = esp12e
23
26
monitor_speed = 2400
24
27
upload_speed = 921600
25
28
build_flags =
29
+ ${env.build_flags}
26
30
-DRESET_PIN =5
27
31
-DTX_DISABLE_PIN =5
28
32
-DBusSer =Serial
29
33
-DDebugSer =Serial1
30
- -DIOTWEBCONF_CONFIG_DONT_USE_MDNS =1
31
34
32
35
lib_deps =
33
36
${env.lib_deps}
@@ -42,11 +45,11 @@ upload_protocol = espota
42
45
[env:esp12e-v3]
43
46
extends = env:esp12e
44
47
build_flags =
48
+ ${env.build_flags}
45
49
-DRESET_PIN =5
46
50
-DTX_DISABLE_PIN =2
47
51
-DBusSer =Serial
48
52
-DDebugSer =Serial1
49
- -DIOTWEBCONF_CONFIG_DONT_USE_MDNS =1
50
53
51
54
[env:esp12e-v3-ota]
52
55
extends = env:esp12e-v3
@@ -57,14 +60,14 @@ upload_protocol = espota
57
60
58
61
board = esp32-c3-devkitm-1
59
62
build_flags =
63
+ ${env.build_flags}
60
64
-DRESET_PIN =20
61
65
-DPWM_PIN =6
62
66
-DARDUINO_USB_MODE =1
63
67
-DARDUINO_USB_CDC_ON_BOOT =1
64
68
-DBusSer =Serial1
65
69
-DDebugSer =Serial
66
70
-DSTATUS_LED_PIN =3
67
- -DIOTWEBCONF_CONFIG_DONT_USE_MDNS =1
68
71
69
72
monitor_filters = esp32_exception_decoder
70
73
lib_deps =
You can’t perform that action at this time.
0 commit comments