Skip to content

Commit b2bea4d

Browse files
author
brentru
committed
fix newline, etc, from CIRCUITPY vol import
1 parent aff6623 commit b2bea4d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

adafruit_fona/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

examples/fona_simpletest.py

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

2828
# Enable GPS
2929
fona.gps = True
30-
while fona.gps != 3:
30+
while fona.gps != 3:
3131
print("Waiting for GPS fix, retrying...")
3232
time.sleep(5)
3333

0 commit comments

Comments
 (0)