examples: example with 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
committed by Ron Evans
parent 338be928c9
commit 3433364586
10 changed files with 897 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
const VERSION = "0.0.1"
func currentVersion() string {
return VERSION
}