Skip to content

Commit 97ac12f

Browse files
authored
Update documentation on changing frequency in dumb mode
1 parent df81d39 commit 97ac12f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/DumbModemLoraSender/DumbModemLoraSender.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ void setup() {
3030

3131
Serial.println("LoRa Sender");
3232

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)
3335
if (!LoRa.begin(915E6)) {
3436
Serial.println("Starting LoRa failed!");
3537
while (1);

0 commit comments

Comments
 (0)