Skip to content

Commit e76d75d

Browse files
committed
update ArduinoOcpp PIO ver, add note
1 parent 02bf21b commit e76d75d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lib_deps =
4242
jeremypoulter/[email protected]
4343
erropix/ESP32 [email protected]
4444
45-
45+
4646
lib_ignore = WebSockets ; ArduinoOcpp: don't compile built-in WS library
4747
extra_scripts = scripts/extra_script.py
4848
debug_flags =

src/ocpp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ unsigned long ArduinoOcppTask::loop(MicroTasks::WakeReason reason) {
289289

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

294295
restart_system();

0 commit comments

Comments
 (0)