Skip to content

Commit 2841eae

Browse files
committed
examples: recover: minor fixes in doc and code
digidotcom#241 Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
1 parent 20c4217 commit 2841eae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/configuration/RecoverSerialConnection/RecoverSerialConnection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import logging
1616

1717
from digi.xbee.devices import XBeeDevice
18-
from digi.xbee.exception import OperationNotSupportedException, XBeeException, RecoveryException
18+
from digi.xbee.exception import XBeeException
1919

2020
# TODO: Replace with the serial port where your local module is connected to.
2121
PORT = "COM1"

examples/configuration/RecoverSerialConnection/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
------------
1212
To run this example you will need:
1313

14-
* One XBee radio in API mode and its corresponding carrier board (XBIB
15-
or XBee Development Board).
14+
* One XBee radio and its corresponding carrier board (XBIB or XBee
15+
Development Board).
1616

1717

1818
Compatible hardware

0 commit comments

Comments
 (0)