Commit 4bd0d4f
authored
samples: Remove step to wait for Remote Manager connection
When MicroPython requests to upload datapoints to Digi Remote Manager
using the TCP connection (the default behavior used in this sample),
if there is no existing TCP/TLS connection, one is created automatically.
Additionally, waiting for the Remote Manager connection would
not work typically, since the default behavior of XBee 3 Cellular devices
is to _not_ connect automatically.1 parent 9df1156 commit 4bd0d4f
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
0 commit comments