mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Remove join timeout from example
This commit is contained in:
parent
67f5e34119
commit
0bbf612d7e
@ -12,7 +12,7 @@ appEui = "1234567890123456"
|
|||||||
appKey = "12345678901234567890123456789012"
|
appKey = "12345678901234567890123456789012"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
lora.join_OTAA(appEui, appKey, timeout=20000)
|
lora.join_OTAA(appEui, appKey)
|
||||||
# Or ABP:
|
# Or ABP:
|
||||||
#lora.join_ABP(devAddr, nwkSKey, appSKey, timeout=5000)
|
#lora.join_ABP(devAddr, nwkSKey, appSKey, timeout=5000)
|
||||||
# You can catch individual errors like timeout, rx etc...
|
# You can catch individual errors like timeout, rx etc...
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user