File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2727
2828[platformio]
2929data_dir = src/data
30- default_envs = openevse_esp32-gateway
30+ default_envs = openevse_esp-wrover-kit
3131
3232[common]
3333version = -DBUILD_TAG =2.8.1
@@ -55,7 +55,9 @@ build_flags =
5555 -DMG_SSL_IF =MG_SSL_IF_MBEDTLS
5656 -DMG_SSL_IF_MBEDTLS_FREE_CERTS =1
5757 -DMG_SSL_IF_MBEDTLS_MAX_FRAG_LEN =2048
58- # -DENABLE_DEBUG
58+ # -DARDUINO_MONGOOSE_DEFAULT_STREAM_BUFFER=2048
59+ # -DARDUINO_MONGOOSE_SEND_BUFFER_SIZE=2048
60+ # -DENABLE_DEBUG
5961build_flags_esp8266 =
6062 -DMG_ESP8266
6163 -DCS_PLATFORM =CS_P_ESP8266
@@ -69,7 +71,8 @@ src_build_flags_esp32 =
6971platform = https://github.com/platformio/platform-espressif8266.git# release/v1.6.0
7072platform_stage = https://github.com/platformio/platform-espressif8266.git# feature/stage
7173# platform_esp32 = https://github.com/platformio/platform-espressif32.git#feature/stage
72- platform_esp32 = https://github.com/platformio/platform-espressif32.git# develop
74+ # platform_esp32 = https://github.com/platformio/platform-espressif32.git#develop
75+ platform_esp32 =
[email protected] 7376
7477[env:openevse]
7578platform = ${common.platform}
You can’t perform that action at this time.
0 commit comments