Skip to content

Commit 38dd7c8

Browse files
author
brentru
committed
get rid of debug flag..
1 parent 6328e2e commit 38dd7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fona_sms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rst = digitalio.DigitalInOut(board.D4)
1212

1313
# Initialize FONA module (this may take a few seconds)
14-
fona = FONA(uart, rst, debug=False)
14+
fona = FONA(uart, rst)
1515

1616
# Initialize Network
1717
while fona.network_status != 1:

0 commit comments

Comments
 (0)