Skip to content

Commit b0c2d37

Browse files
Merge pull request #201 from avbentem/patch-1
Remove obsolete documentation about calculated air time
2 parents add66bb + a8c66b6 commit b0c2d37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/TheThingsNetwork.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Band: 868
6161
Data Rate: 5
6262
RX Delay 1: 1000
6363
RX Delay 2: 2000
64-
Total airtime: 0.00 s
6564
```
6665

6766
See the [DeviceInfo](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/DeviceInfo/DeviceInfo.ino) example.
@@ -140,8 +139,6 @@ Returns a success or error code and logs the related error message:
140139

141140
See the [Send](https://github.com/TheThingsNetwork/arduino-device-lib/blob/master/examples/Send/Send.ino) example.
142141

143-
Also in sendBytes, due to TTN's 30 second fair access policy, we update the airtime each time we uplink a message. This airtime is based on a lot of variables but the most important ones are the spreading factor and the size of the message, the higher it is the less messages you can send in 30 seconds (SF7 around 500 messages of 8 bytes, SF12 around 20 messages of 8 bytes).
144-
145142
## Method: `poll`
146143

147144
Calls `sendBytes()` with `{ 0x00 }` as payload to poll for incoming messages.

0 commit comments

Comments
 (0)