mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-11 10:23:44 +00:00
examples: add SEND/RECV to lora at-cmd for LoRa P2P/P2MP (not LoRaWAN) testing
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -29,7 +29,7 @@ func (sr *SimLoraRadio) SetLoraCrc(enable bool) {}
|
||||
func (sr *SimLoraRadio) SetLoraSpreadingFactor(sf uint8) {}
|
||||
|
||||
func firmwareVersion() string {
|
||||
return "Simulator " + currentVersion()
|
||||
return "simulator " + currentVersion()
|
||||
}
|
||||
|
||||
func lorarx() ([]byte, error) {
|
||||
|
||||
Reference in New Issue
Block a user