You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/EspIdiot.ino
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -301,8 +301,8 @@ void setup(void)
301
301
}
302
302
303
303
if (has_radio) {
304
-
LoRa.setPins(15, 9, 2); // not sure about nreset 9
305
-
if (!LoRa.begin(915E6)) { //not sure about the frequency, saw in https://github.com/sandeepmistry/arduino-LoRa/blob/master/examples/LoRaSender/LoRaSender.ino
304
+
LoRa.setPins(15, 2, 16);
305
+
if (!LoRa.begin(915E6)) { //433E6, 866E6 or 915E6
306
306
Serial.println("! starting LoRa failed - assuming no radio attached");
0 commit comments