Skip to content

Commit 7a8cba2

Browse files
committed
fix /memory/reset status code
1 parent 993382a commit 7a8cba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ int mocpp_api2_call(const char *uri_raw, size_t uri_raw_len, MicroOcpp::Method m
334334
}
335335

336336
MO_MEM_RESET();
337+
return 200;
337338
}
338339
#else
339340
{

0 commit comments

Comments
 (0)