Better half time

This commit is contained in:
Ano-sys
2025-02-05 21:55:21 +01:00
parent c370a35d98
commit c31fee2608
26 changed files with 241 additions and 965 deletions
+2
View File
@@ -5,6 +5,8 @@
#define TYPE_LENGTH 3
#define PAYLOAD_LENGTH MESSAGE_LENGTH - TYPE_LENGTH
#define SEND_RECV_TIMEOUT 5000
#define tolower_str(word) for(size_t i = 0; i < strlen(word); i++) word[i] = tolower(word[i]);
typedef enum