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 9b4097c commit 3b06867Copy full SHA for 3b06867
examples/fona_simpletest.py
@@ -21,7 +21,7 @@
21
rst = digitalio.DigitalInOut(board.D4)
22
23
# Initialize FONA module (this may take a few seconds)
24
-fona = FONA(uart, rst, debug=True)
+fona = FONA(uart, rst)
25
26
print("Adafruit FONA WebClient Test")
27
0 commit comments