speed up set power limit

This commit is contained in:
Andreas Schiffler 2022-09-05 20:07:48 +02:00
parent 0ae56efb2f
commit 6be2b0979f
3 changed files with 15 additions and 1 deletions

View file

@ -45,6 +45,7 @@ const char* const pinArgNames[] = {"pinCs", "pinCe", "pinIrq"};
typedef struct {
uint8_t txId;
uint8_t invId;
uint32_t ts;
uint8_t data[MAX_PAYLOAD_ENTRIES][MAX_RF_PAYLOAD_SIZE];