@@ -200,39 +200,15 @@ extra_scripts = ${common.extra_scripts}
200200board_build.partitions = ${common.build_partitions_esp32}
201201
202202[env:openevse_esp-wrover-kit_idf]
203- platform = ${common.platform_esp32}
204- board = esp-wrover-kit
203+ extends = env:openevse_esp-wrover-kit
205204framework = arduino, espidf
206- lib_deps = ${common.lib_deps}
207- src_build_flags =
208- ${common.version}.dev
209- ${common.src_build_flags}
210- ${common.src_build_flags_esp32}
211- ${common.debug_flags_esp32}
212- -DWIFI_LED =4
213- -DWIFI_BUTTON =2
214- -DWIFI_LED_ON_STATE =HIGH
215- -DRAPI_PORT =Serial1
216- -DONBOARD_LEDS =0,2,4
217- build_flags =
218- ${common.build_flags}
219- ${common.build_flags_esp32}
220- -DRX1 =25
221- -DTX1 =27
222- -ggdb
223- # upload_port = openevse.local
224- # upload_speed = 921600
225- upload_protocol = ftdi
226- monitor_speed = 115200
227- extra_scripts = ${common.extra_scripts}
228- board_build.partitions = ${common.build_partitions_esp32}
229205
230206# export PLATFORMIO_UPLOAD_PORT=172.16.0.157
231207# export PLATFORMIO_UPLOAD_FLAGS="-p 3232"
232208[env:openevse_huzzah32]
233209platform = ${common.platform_esp32}
234210board = featheresp32
235- framework = arduino, espidf
211+ framework = arduino
236212lib_deps = ${common.lib_deps}
237213src_build_flags =
238214 ${common.version}.dev
@@ -255,6 +231,10 @@ monitor_speed = 115200
255231extra_scripts = ${common.extra_scripts}
256232board_build.partitions = ${common.build_partitions_esp32}
257233
234+ [env:openevse_huzzah32_idf]
235+ extends = env:openevse_huzzah32
236+ framework = arduino, espidf
237+
258238[env:openevse_featheresp32]
259239platform = ${common.platform_esp32}
260240board = featheresp32
0 commit comments