Skip to content

Commit

Permalink
Remove some old comment in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraziano committed Feb 18, 2019
1 parent d112c86 commit 68df4cd
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 68df4cd

Please sign in to comment.