We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2fa1a commit 7b5bd73Copy full SHA for 7b5bd73
examples/lora/lorawan/common/sim.go
@@ -29,6 +29,11 @@ func (sr *SimLoraRadio) SetCodingRate(cr uint8) {}
29
func (sr *SimLoraRadio) SetBandwidth(bw uint8) {}
30
func (sr *SimLoraRadio) SetCrc(enable bool) {}
31
func (sr *SimLoraRadio) SetSpreadingFactor(sf uint8) {}
32
+func (sr *SimLoraRadio) SetHeaderType(headerType uint8) {}
33
+func (sr *SimLoraRadio) SetPreambleLength(pLen uint16) {}
34
+func (sr *SimLoraRadio) SetPublicNetwork(enabled bool) {}
35
+func (sr *SimLoraRadio) SetSyncWord(syncWord uint16) {}
36
+func (sr *SimLoraRadio) SetTxPower(txPower int8) {}
37
func (sr *SimLoraRadio) LoraConfig(cnf lora.Config) {}
38
39
func FirmwareVersion() string {
0 commit comments