Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions lora/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,12 @@ const (
Bandwidth_41_7 // 41.7 kHz
Bandwidth_62_5 // 62.5 kHz
Bandwidth_125_0 // 125.0 kHz
Bandwidth_203_125 // 203.125 kHz
Bandwidth_250_0 // 250.0 kHz
Bandwidth_406_25 // 406.25 kHz
Bandwidth_500_0 // 500.0 kHz
Bandwidth_812_5 // 812.5 kHz
Bandwidth_1625_0 // 1625 kHz
)

const (
Expand Down
3 changes: 3 additions & 0 deletions lora/radio_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const (
RadioEventTimeout
RadioEventWatchdog
RadioEventCrcError
RadioEventValidHeader
RadioEventCadDone
RadioEventCadDetected
RadioEventUnhandled
)

Expand Down