latest version
This commit is contained in:
@@ -112,7 +112,7 @@ void parse_command(uint8_t* buffer, size_t length) {
|
||||
|
||||
} else if (strncmp((const char*)buffer, "stop", length) == 0) {
|
||||
printf("Stopped\n");
|
||||
GBT_Stop(GBT_CST_SUSPENDS_ARTIFICIALLY);
|
||||
GBT_StopEVSE(GBT_CST_SUSPENDS_ARTIFICIALLY);
|
||||
|
||||
} else if (strncmp((const char*)buffer, "stop1", length) == 0) {
|
||||
printf("Stopped\n");
|
||||
|
||||
Reference in New Issue
Block a user