examples: WIP on adding LoRa AT command set implementation

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2023-01-06 09:54:48 +01:00
parent 1832e40f4d
commit 125d8b6530
7 changed files with 502 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
//go:build !featherwing && !gnse && !lorae5 && !nucleowl55jc
package main
// do simulator setup here
func setup() error {
return nil
}