We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6328e2e commit 38dd7c8Copy full SHA for 38dd7c8
examples/fona_sms.py
@@ -11,7 +11,7 @@
11
rst = digitalio.DigitalInOut(board.D4)
12
13
# Initialize FONA module (this may take a few seconds)
14
-fona = FONA(uart, rst, debug=False)
+fona = FONA(uart, rst)
15
16
# Initialize Network
17
while fona.network_status != 1:
0 commit comments