Skip to content

Commit d125761

Browse files
author
brentru
committed
fix pin, verstring
1 parent e58b306 commit d125761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_fona/adafruit_fona.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
from micropython import const
4242
from simpleio import map_range
4343

44-
__version__ = "1.1.0"
44+
__version__ = "0.0.0-auto.0"
4545
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FONA.git"
4646

4747
# pylint: disable=bad-whitespace

examples/fona_sms_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Create a serial connection for the FONA connection
1010
uart = busio.UART(board.TX, board.RX)
11-
rst = digitalio.DigitalInOut(board.D5)
11+
rst = digitalio.DigitalInOut(board.D4)
1212

1313
# Initialize FONA module (this may take a few seconds)
1414
fona = FONA(uart, rst, debug=True)

0 commit comments

Comments
 (0)