Skip to content

Commit 4730f07

Browse files
author
brentru
committed
rm extra pin
1 parent 0bfb378 commit 4730f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FONA_SMS_Sensor/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
fona = FONA(uart, rst)
1818

1919
# Use this for FONA3G
20-
# fona = FONA3G(uart, rst, ri)
20+
# fona = FONA3G(uart, rst)
2121

2222
# Initialize BME280 Sensor
2323
i2c = busio.I2C(board.SCL, board.SDA)

0 commit comments

Comments
 (0)