aboutsummaryrefslogtreecommitdiff
path: root/main.ino
diff options
context:
space:
mode:
Diffstat (limited to 'main.ino')
-rw-r--r--main.ino5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.ino b/main.ino
index 99c94da..d67fb30 100644
--- a/main.ino
+++ b/main.ino
@@ -23,9 +23,10 @@ For use with FONA 800 & 808, not 3G
#include "Adafruit_FONA.h"
-#define FONA_RX 2
-#define FONA_TX 3
+#define FONA_RX 9
+#define FONA_TX 8
#define FONA_RST 4
+#define FONA_RI 7
// this is a large buffer for replies
char replybuffer[255];