Skip to content

Commit da5b59d

Browse files
authored
Update LoRa.h
1 parent 2260010 commit da5b59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LoRa.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class LoRaClass : public Stream {
6666
void idle();
6767
void sleep();
6868

69-
void setTxPower(int level, int outputPin = PA_OUTPUT_PA_BOOST_PIN);
69+
void setTxPower(int level, int outputPin = PA_OUTPUT_RFO_PIN);
7070
void setFrequency(long frequency);
7171
void setSpreadingFactor(int sf);
7272
void setSignalBandwidth(long sbw);

0 commit comments

Comments
 (0)