mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-03 06:27:47 +00:00
lorawan/basic-demo : fix in lorawan debug informations
This commit is contained in:
committed by
Ron Evans
parent
58cb44f3f6
commit
7cc32dffed
@@ -92,7 +92,7 @@ func main() {
|
||||
println("main: Network joined")
|
||||
println("main: DevEui, " + otaa.GetDevEUI())
|
||||
println("main: AppEui, " + otaa.GetAppEUI())
|
||||
println("main: DevAddr, " + session.GetDevAddr())
|
||||
println("main: DevAddr, " + otaa.GetAppKey())
|
||||
}
|
||||
|
||||
// Try to connect Lorawan network
|
||||
|
||||
Reference in New Issue
Block a user