Skip to content

Commit 13b1a6e

Browse files
committed
remove debug for esp32 gateway
1 parent 4a593d1 commit 13b1a6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

platformio.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,15 +296,15 @@ extra_scripts = ${common.extra_scripts}
296296
board_build.partitions = ${common.build_partitions_esp32}
297297

298298
[env:openevse_esp32-gateway]
299+
#For hardware older than RevE
299300
platform = ${common.platform_esp32}
300301
board = esp32-gateway
301302
framework = arduino
302303
lib_deps = ${common.lib_deps}
303304
src_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}
309309
build_flags =
310310
${common.build_flags}
@@ -316,6 +316,8 @@ extra_scripts = ${common.extra_scripts}
316316
board_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
319321
extends = env:openevse_esp32-gateway
320322
framework = arduino
321323
build_flags =

0 commit comments

Comments
 (0)