You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,5 +71,6 @@ Once the device is registered on the network, we can start sending data:
71
71
5. If everything is in order, you will see messages coming through in the `Traffic` tab of The Things Network Console.
72
72
73
73
> Q: Wait! Why do I see payload = `68 69` instead of `hi`?
74
-
> A: That's HEX for `hi`. That's because you should not be sending strings over LoRaWAN, you have to optimize the air time usage sending as much a compact payload as possible.
75
74
>
75
+
> A: That's HEX for `hi`. That's because you should not be sending strings over LoRaWAN, you have to optimize the air time usage sending as much a compact payload as possible.
0 commit comments