add resource check

incorrect pass / hw handling in a loader
This commit is contained in:
Alex Bezdieniezhnykh
2025-06-15 15:01:55 +03:00
parent c0f8dd792d
commit def7aad833
14 changed files with 193 additions and 16 deletions
+1
View File
@@ -1,6 +1,7 @@
cdef enum CommandType:
OK = 3
LOGIN = 10
CHECK_RESOURCE = 12
LIST_REQUEST = 15
LIST_FILES = 18
LOAD = 20