summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-06-25 23:38:47 +0200
committerChris Liechti <cliechti@gmx.net>2016-06-25 23:38:47 +0200
commitecf7d6e04c687b5e7930b79eba583d7673598443 (patch)
tree875166de4308429bae2beb7bc25356a6256fc493 /examples
parenta9f3f13037255a81fc4fbe461da21c30edcca62e (diff)
downloadpyserial-git-ecf7d6e04c687b5e7930b79eba583d7673598443.tar.gz
docs: typo, update changes
Diffstat (limited to 'examples')
-rw-r--r--examples/at_protocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/at_protocol.py b/examples/at_protocol.py
index e3a9bde..7d43007 100644
--- a/examples/at_protocol.py
+++ b/examples/at_protocol.py
@@ -143,7 +143,7 @@ if __name__ == '__main__':
self.command("AT+JRES", response='ROK') # SW-Reset BT module
def get_mac_address(self):
- # requests hardware / calibrationinfo as event
+ # requests hardware / calibration info as event
return self.command_with_event_response("AT+JRBD")
ser = serial.serial_for_url('spy://COM1', baudrate=115200, timeout=1)