Skip to content

Commit

Permalink
update ArduinoOcpp PIO ver, add note
Browse files Browse the repository at this point in the history
  • Loading branch information
matth-x committed Nov 4, 2021
1 parent 02bf21b commit e76d75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lib_deps =
jeremypoulter/MicroTasks@0.0.2
erropix/ESP32 AnalogWrite@0.2
lorol/LittleFS_esp32@1.0.5
matth-x/ArduinoOcpp@0.0.3
matth-x/ArduinoOcpp@0.0.4
lib_ignore = WebSockets ; ArduinoOcpp: don't compile built-in WS library
extra_scripts = scripts/extra_script.py
debug_flags =
Expand Down
1 change: 1 addition & 0 deletions src/ocpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ unsigned long ArduinoOcppTask::loop(MicroTasks::WakeReason reason) {

if (resetHard) {
//TODO send reset command to all peripherals
//see https://github.com/OpenEVSE/ESP32_WiFi_V4.x/issues/228
}

restart_system();
Expand Down

0 comments on commit e76d75d

Please sign in to comment.