intermediate version

This commit is contained in:
2024-11-15 19:31:10 +03:00
parent 5b424697c7
commit 5ea401f34d
176 changed files with 21963 additions and 20712 deletions

2
Core/Src/debug.c Normal file → Executable file
View File

@@ -104,7 +104,7 @@ void parse_command(uint8_t* buffer, size_t length) {
GBT_Lock(0);
} else if (strncmp((const char*)buffer, "complete", length) == 0) {
CONN_SetState(CONN_Occupied_complete);
CONN_SetState(CONN_Finishing);
} else if (strncmp((const char*)buffer, "start", length) == 0) {
printf("Started\n");