We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df81d39 commit 97ac12fCopy full SHA for 97ac12f
examples/DumbModemLoraSender/DumbModemLoraSender.ino
@@ -30,6 +30,8 @@ void setup() {
30
31
Serial.println("LoRa Sender");
32
33
+ // Configure LoRa module to transmit and receive at 915MHz (915*10^6)
34
+ // Replace 915E6 with the frequency you need (eg. 433E6 for 433MHz)
35
if (!LoRa.begin(915E6)) {
36
Serial.println("Starting LoRa failed!");
37
while (1);
0 commit comments