Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sx128x.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ typedef enum sx128x_commands_size_e
// RF Modulation and Packet-Related Functions
SX128X_SIZE_SET_RF_FREQUENCY = 4,
SX128X_SIZE_SET_PKT_TYPE = 2,
SX128X_SIZE_GET_PKT_TYPE = 2,
SX128X_SIZE_GET_PKT_TYPE = 3,
SX128X_SIZE_SET_TX_PARAMS = 3,
SX128X_SIZE_SET_MODULATION_PARAMS = 4,
SX128X_SIZE_SET_PKT_PARAMS = 8,
Expand Down