File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,21 +124,21 @@ upload_port = COM4
124
124
; Those binaries are for ESP8266
125
125
; The name after the env: tag will give its name to the binary
126
126
[env:tasmota-foo]
127
- build_flags = ${common .build_flags} -DFIRMWARE_FOO
127
+ build_flags = ${env .build_flags} -DFIRMWARE_FOO
128
128
129
129
[env:tasmota-bar]
130
- build_flags = ${common .build_flags} -DFIRMWARE_BAR
130
+ build_flags = ${env .build_flags} -DFIRMWARE_BAR
131
131
132
132
; *********************************************************************
133
133
; Similar exemple for ESP32
134
134
; Note that you must explicitly state that they derive from `tasmota32`
135
135
[env:tasmota32-foo]
136
136
extends = env:tasmota32_base
137
- build_flags = ${common32 .build_flags} -DFIRMWARE_FOO
137
+ build_flags = ${env:tasmota32_base .build_flags} -DFIRMWARE_FOO
138
138
139
139
[env:tasmota32-grizzly]
140
140
extends = env:tasmota32_base
141
- build_flags = ${common32 .build_flags} -DFIRMWARE_GRIZZLY
141
+ build_flags = ${env:tasmota32_base .build_flags} -DFIRMWARE_GRIZZLY
142
142
```
143
143
144
144
#### Sample ` user_config_override.h `
You can’t perform that action at this time.
0 commit comments