File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -296,15 +296,15 @@ extra_scripts = ${common.extra_scripts}
296296board_build.partitions = ${common.build_partitions_esp32}
297297
298298[env:openevse_esp32-gateway]
299+ # For hardware older than RevE
299300platform = ${common.platform_esp32}
300301board = esp32-gateway
301302framework = arduino
302303lib_deps = ${common.lib_deps}
303304src_build_flags =
304- ${common.version}.dev
305+ ${common.version}
305306 ${common.src_build_flags}
306307 ${common.src_build_flags_esp32}
307- ${common.debug_flags_esp32}
308308 ${common.src_build_flags_esp32_gateway}
309309build_flags =
310310 ${common.build_flags}
@@ -316,6 +316,8 @@ extra_scripts = ${common.extra_scripts}
316316board_build.partitions = ${common.build_partitions_esp32}
317317
318318[env:openevse_esp32-gateway-e]
319+ # Tested working with hardware RevE and RevF
320+ # https://github.com/OpenEVSE/ESP32_WiFi_V3.x/blob/master/docs/wired-ethernet.md
319321extends = env:openevse_esp32-gateway
320322framework = arduino
321323build_flags =
You can’t perform that action at this time.
0 commit comments