Skip to content

Commit a8c66b6

Browse files
authored
Remove obsolete documentation about calculated air time
The references in the documentation are obsolete: it seems [the code to calculate air time](6256981) was [removed in February 2017](ec549b3); #183.
1 parent add66bb commit a8c66b6

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)