Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
return the reset to init
  • Loading branch information
zunkworks committed Jan 8, 2021
commit bd803a6c750bfe076ceed6913f134a06ec884b9d
2 changes: 1 addition & 1 deletion adafruit_rockblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self, uart, baudrate=19200):
self._uart = uart
self._uart.baudrate = baudrate
self._buf_out = None
# self.reset()
self.reset()

def _uart_xfer(self, cmd):
"""Send AT command and return response as tuple of lines read."""
Expand Down