Skip to content

Commit

Permalink
platformio.ini: enable OCPP by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Oct 25, 2024
1 parent a1b3e4e commit a6a039a
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions SmartEVSE-3/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ monitor_filters = esp32_exception_decoder
board_build.partitions = partitions_custom.csv
extra_scripts = pre:packfs.py

[env:ocpp]
[env:release]
lib_deps =
miq19/eModbus@1.7.2
bblanchon/ArduinoJson@^6.21.4
Expand All @@ -54,20 +54,3 @@ build_flags =
-DNDEBUG
-DMG_ENABLE_LOG=0
-D MO_DBG_LEVEL=0

[env:release]
lib_deps =
miq19/eModbus@1.7.2
bblanchon/ArduinoJson@^6.21.4
build_flags =
-DCORE_DEBUG_LEVEL=0
-DLOG_LEVEL=0
-DMG_ENABLE_PACKED_FS=1
-DMG_TLS=MG_TLS_MBED
-DMG_ARCH=MG_ARCH_ESP32
-Wall
-Wextra
-Wunused-variable
-Wno-missing-field-initializers
-DNDEBUG
-DMG_ENABLE_LOG=0

0 comments on commit a6a039a

Please sign in to comment.