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:
deadprogram
2023-01-08 09:29:29 +01:00
parent 8cfe5ebc4a
commit 6df6bf4880
5 changed files with 104 additions and 2 deletions
+1 -1
View File
@@ -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) {