Add collected changes from T.Sax

This commit is contained in:
2024-07-04 14:01:43 +02:00
parent ab5a343ab2
commit b0e55d8ea4
16 changed files with 2623 additions and 338 deletions

6
src/sendWRcmd.cpp Normal file → Executable file
View File

@@ -19,7 +19,11 @@ void sendWRcmd_INI(void)
}
// Command Stack for commands without parameters
uint8_t sendWRcmd_getStackSize(void)
{
return CMDSTACKDEPTH; // defined in shared_mem_buffer.h
}
//static uint16_t nextAsynchsendCmd0[CMDSTACKDEPTH];