Skip to content

Commit

Permalink
update OCPP lib
Browse files Browse the repository at this point in the history
  • Loading branch information
matth-x committed Aug 18, 2023
1 parent 25474bf commit 78f2a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ lib_deps =
jeremypoulter/[email protected]
jeremypoulter/[email protected]
jeremypoulter/[email protected]
https://github.com/matth-x/ArduinoOcpp#00e42d7
https://github.com/matth-x/ArduinoOcppMongoose
matth-x/ArduinoOcpp@0.3.0
matth-x/ArduinoOcppMongoose@0.1.0
lib_ignore = WebSockets ; ArduinoOcpp: don't compile built-in WS library
extra_scripts =
pre:scripts/auto_fw_version.py
Expand Down
2 changes: 1 addition & 1 deletion src/ocpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void ArduinoOcppTask::initializeArduinoOcpp() {
currentfirmware.c_str(), //firmwareVersion
serial.c_str(), //chargePointSerialNumber
evse->getFirmwareVersion() //meterSerialNumber
), filesystem);
), ArduinoOcpp::FilesystemOpt::Use);

/*
* Load OCPP configs. Default values will be overwritten by OpenEVSE configs. Mark configs
Expand Down

0 comments on commit 78f2a5b

Please sign in to comment.