Files
deadprogram 8cfe5ebc4a examples: lora atcmd minimal rx and tx
Signed-off-by: deadprogram <ron@hybridgroup.com>
2023-01-08 14:31:25 +01:00

8 lines
88 B
Go

package main
const VERSION = "0.0.1"
func currentVersion() string {
return VERSION
}