fix: down remote file error.

This commit is contained in:
2025-06-20 09:45:39 +08:00
parent a8a9c43f8d
commit 32b206c2f5
11 changed files with 99 additions and 19 deletions

View File

@@ -31,7 +31,8 @@ enum FrameBufferType : uint16_t {
FBT_CLI_CANOT_DOWN,
FBT_CLI_FILE_BUFFER,
FBT_CLI_TRANS_DONE,
FBT_CLI_TRANS_FAILED
FBT_CLI_TRANS_FAILED,
FBT_CLI_FILE_INFO
};
struct FrameBuffer {