-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #747 from matth-x/master
Update OCPP lib, fix building on Windows
- Loading branch information
Showing
7 changed files
with
262 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,9 +38,9 @@ lib_deps = | |
jeremypoulter/[email protected] | ||
jeremypoulter/[email protected] | ||
jeremypoulter/[email protected] | ||
matth-x/[email protected].0 | ||
matth-x/ArduinoOcppMongoose@0.1.0 | ||
lib_ignore = WebSockets ; ArduinoOcpp: don't compile built-in WS library | ||
matth-x/[email protected].0 | ||
matth-x/MicroOcppMongoose@1.1.0 | ||
lib_ignore = WebSockets ; MicroOcpp: don't compile built-in WS library | ||
extra_scripts = | ||
pre:scripts/auto_fw_version.py | ||
scripts/extra_script.py | ||
|
@@ -87,11 +87,11 @@ build_flags = | |
-D MG_ENABLE_SNTP=1 | ||
#-D ENABLE_DEBUG_MICROTASKS | ||
-D CS_PLATFORM=CS_P_ESP32 | ||
-D AO_CUSTOM_WS ; ArduinoOcpp: don't use built-in WS library | ||
-D AO_CUSTOM_CONSOLE ; ArduinoOcpp: use custom debug out | ||
-D AO_DBG_LEVEL=AO_DL_INFO | ||
-D AO_MG_VERSION_614 ; use MG v6.14 | ||
-D AO_CA_CERT_LOCAL ; manage certificate locally | ||
-D MO_CUSTOM_WS ; MicroOcpp: don't use built-in WS library | ||
-D MO_CUSTOM_CONSOLE ; MicroOcpp: use custom debug out | ||
-D MO_DBG_LEVEL=MO_DL_INFO | ||
-D MO_TRAFFIC_OUT | ||
-D MO_MG_VERSION_614 ; use MG v6.14 | ||
#-D ENABLE_DEBUG | ||
#-D ENABLE_DEBUG_MONGOOSE_HTTP_CLIENT | ||
-D RAPI_MAX_COMMANDS=20 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.