Skip to content

Commit

Permalink
Merge pull request #223 from ngraziano/setDrTxPow-comments
Browse files Browse the repository at this point in the history
Remove some old comment in sample about txpow.
  • Loading branch information
terrillmoore authored Feb 23, 2019
2 parents d112c86 + 68df4cd commit f668625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ void setup() {
// TTN uses SF9 for its RX2 window.
LMIC.dn2Dr = DR_SF9;

// Set data rate and transmit power for uplink (note: txpow seems to be ignored by the library)
// Set data rate and transmit power for uplink
LMIC_setDrTxpow(DR_SF7,14);

// Start job
Expand Down
2 changes: 1 addition & 1 deletion examples/ttn-abp/ttn-abp.ino
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ void setup() {
// TTN uses SF9 for its RX2 window.
LMIC.dn2Dr = DR_SF9;

// Set data rate and transmit power for uplink (note: txpow seems to be ignored by the library)
// Set data rate and transmit power for uplink
LMIC_setDrTxpow(DR_SF7,14);

// Start job
Expand Down

0 comments on commit f668625

Please sign in to comment.