mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 01:32:40 +00:00
Merge branch 'develop' into multi-message-Storage
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 24
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ typedef struct PacketCacheEntry {
|
|||||||
uint8_t encrypted : 1; // Payload is encrypted
|
uint8_t encrypted : 1; // Payload is encrypted
|
||||||
uint8_t has_metadata : 1; // Payload includes PacketCacheMetadata
|
uint8_t has_metadata : 1; // Payload includes PacketCacheMetadata
|
||||||
uint8_t : 6; // Reserved for future use
|
uint8_t : 6; // Reserved for future use
|
||||||
uint16_t : 8; // Reserved for future use
|
uint8_t : 8; // Reserved for future use
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
} PacketCacheEntry;
|
} PacketCacheEntry;
|
||||||
|
|||||||
Reference in New Issue
Block a user