Skip to content

Commit 4fa2173

Browse files
committed
Fixed the platform version to 1.9.0 as 1.10.0 creates compile errors
1 parent 9e0c388 commit 4fa2173

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

platformio.ini

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
[platformio]
2929
data_dir = src/data
30-
default_envs = openevse_esp32-gateway
30+
default_envs = openevse_esp-wrover-kit
3131

3232
[common]
3333
version = -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
5961
build_flags_esp8266 =
6062
-DMG_ESP8266
6163
-DCS_PLATFORM=CS_P_ESP8266
@@ -69,7 +71,8 @@ src_build_flags_esp32 =
6971
platform = https://github.com/platformio/platform-espressif8266.git#release/v1.6.0
7072
platform_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]
7578
platform = ${common.platform}

0 commit comments

Comments
 (0)