Skip to content

Commit 52b7d53

Browse files
committed
Added an explicit Huzzah32 IDF build as the IDF build breaks RAPI comms :(
1 parent 4f2fda8 commit 52b7d53

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

platformio.ini

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -200,39 +200,15 @@ extra_scripts = ${common.extra_scripts}
200200
board_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
205204
framework = 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]
233209
platform = ${common.platform_esp32}
234210
board = featheresp32
235-
framework = arduino, espidf
211+
framework = arduino
236212
lib_deps = ${common.lib_deps}
237213
src_build_flags =
238214
${common.version}.dev
@@ -255,6 +231,10 @@ monitor_speed = 115200
255231
extra_scripts = ${common.extra_scripts}
256232
board_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]
259239
platform = ${common.platform_esp32}
260240
board = featheresp32

0 commit comments

Comments
 (0)