mirror of
https://github.com/Fishwaldo/LMIC-node.git
synced 2025-07-24 05:40:10 +00:00
Change payloadBufferLength type to uint8_t
This commit is contained in:
parent
4574f33a95
commit
237575326a
1 changed files with 3 additions and 3 deletions
|
@ -59,12 +59,12 @@
|
|||
// ▀▀▀ ▀▀▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀ ▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀ ▀
|
||||
|
||||
|
||||
const uint16_t payloadBufferLength = 4; // Adjust to fit max payload length
|
||||
const uint8_t payloadBufferLength = 4; // Adjust to fit max payload length
|
||||
|
||||
|
||||
// █ █ █▀▀ █▀▀ █▀▄ █▀▀ █▀█ █▀▄ █▀▀ █▀▀ █▀█ █▀▄
|
||||
// █ █ ▀▀█ █▀▀ █▀▄ █ █ █ █ █ █▀▀ █▀▀ █ █ █ █
|
||||
// ▀▀▀ ▀▀▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀ ▀▀▀ ▀ ▀ ▀▀
|
||||
// ▀▀▀ ▀▀▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀ ▀▀▀ ▀ ▀ ▀▀
|
||||
|
||||
|
||||
uint8_t payloadBuffer[payloadBufferLength];
|
||||
|
@ -737,7 +737,7 @@ void processDownlink(ostime_t txCompleteTimestamp, uint8_t fPort, uint8_t* data,
|
|||
|
||||
// █ █ █▀▀ █▀▀ █▀▄ █▀▀ █▀█ █▀▄ █▀▀ █▀▀ █▀█ █▀▄
|
||||
// █ █ ▀▀█ █▀▀ █▀▄ █ █ █ █ █ █▀▀ █▀▀ █ █ █ █
|
||||
// ▀▀▀ ▀▀▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀ ▀▀▀ ▀ ▀ ▀▀
|
||||
// ▀▀▀ ▀▀▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀ ▀▀▀ ▀ ▀ ▀▀
|
||||
|
||||
|
||||
void setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue