Skip to content

Commit a6a039a

Browse files
author
dingo35
committed
platformio.ini: enable OCPP by default
1 parent a1b3e4e commit a6a039a

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

SmartEVSE-3/platformio.ini

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ monitor_filters = esp32_exception_decoder
2727
board_build.partitions = partitions_custom.csv
2828
extra_scripts = pre:packfs.py
2929

30-
[env:ocpp]
30+
[env:release]
3131
lib_deps =
3232
3333
bblanchon/ArduinoJson@^6.21.4
@@ -54,20 +54,3 @@ build_flags =
5454
-DNDEBUG
5555
-DMG_ENABLE_LOG=0
5656
-D MO_DBG_LEVEL=0
57-
58-
[env:release]
59-
lib_deps =
60-
61-
bblanchon/ArduinoJson@^6.21.4
62-
build_flags =
63-
-DCORE_DEBUG_LEVEL=0
64-
-DLOG_LEVEL=0
65-
-DMG_ENABLE_PACKED_FS=1
66-
-DMG_TLS=MG_TLS_MBED
67-
-DMG_ARCH=MG_ARCH_ESP32
68-
-Wall
69-
-Wextra
70-
-Wunused-variable
71-
-Wno-missing-field-initializers
72-
-DNDEBUG
73-
-DMG_ENABLE_LOG=0

0 commit comments

Comments
 (0)