not just a pointer

This commit is contained in:
Jonathan Bennett
2025-12-15 22:27:30 -06:00
parent 256df0169c
commit 5c667c9bbd

View File

@@ -16,7 +16,7 @@ class StoreForwardPlusPlusModule : public ProtobufModule<meshtastic_StoreForward
uint32_t id;
uint32_t rx_time;
ChannelHash channel_hash;
uint8_t *encrypted_bytes;
uint8_t encrypted_bytes[256] = {0};
size_t encrypted_len;
uint8_t message_hash[32] = {0};
uint8_t root_hash[32] = {0};