@@ -40,21 +40,21 @@ v1.4.1 - 12/22/2021
40
40
* Support for new hardware variants:
41
41
42
42
* XBee 3 Cellular LTE-M/NB-IoT (Telit)
43
- * XBee 3 Reduced RAM
43
+ * XBee RR MMT/SMT
44
44
* S2C P5
45
- * XBee XR 900
46
- * XBee XR 868
45
+ * XBee XR 900 MMT/SMT
46
+ * XBee XR 868 MMT/SMT
47
47
* OTA firmware update:
48
48
49
- * Implementation of considerations for versions 1009, 300A, 200A or prior
49
+ * Implementation of considerations for versions 1009, 300A, 200A, or prior
50
50
(XBPL-375)
51
51
See:
52
52
53
53
* `Zigbee (1009 an prior) considerations <https://www.digi.com/resources/documentation/digidocs/90001539/#reference/r_considerations.htm >`_
54
54
* `DigiMesh (older than 300A) considerations <https://www.digi.com/resources/documentation/Digidocs/90002277/#Reference/r_considerations.htm >`_
55
55
* `802.15.4 (older than 200A) considerations <https://www.digi.com/resources/documentation/digidocs/90002273/#reference/r_considerations.htm >`_
56
- * When updating a remote profile, let the library calculate the `*.otb `
57
- file path based on the `*.xml ` firmware file, as it does for the `*.ota `.
56
+ * When updating a remote profile, let the library calculate the `` *.otb ` `
57
+ file path based on the `` *.xml `` firmware file, as it does for the `` *.ota ` `.
58
58
* XBee Cellular:
59
59
60
60
* Do not work with network if the XBee does not support it (XBPL-374)
@@ -65,14 +65,17 @@ v1.4.1 - 12/22/2021
65
65
* Add info about the ``force_settings `` parameter of ``open `` method (#241)
66
66
* Add missing ``exportutils `` module to documentation.
67
67
* Set exclusive access mode to the XBee serial port (#222, #252)
68
- * Do not stop frames reader if a serial buffer empty exception occurs (#222, #252)
69
- * Do not use 'os.path.join()' for relative paths of zip entries (#247)
68
+ * Do not stop frames reader if a serial buffer empty exception occurs
69
+ (#222, #252)
70
+ * Do not use ``os.path.join() `` for relative paths of zip entries (#247)
70
71
* Fix bad conditions when checking for a received packet (#242)
71
72
* Fix attribute name in find neighbors debug message (#122)
72
73
* Fix remote firmware update issue with binary file on SX devices.
73
74
* Fix protocol change issues during firmware update operation on SX devices.
74
- * Do not reconfigure SP and SN values after a firmware update operation in P2MP protocol.
75
- * Add new method to update salt and verifier values of Bluetooth password SRP authentication.
75
+ * Do not reconfigure SP and SN values after a firmware update operation in P2MP
76
+ protocol.
77
+ * Add new method to update salt and verifier values of Bluetooth password SRP
78
+ authentication.
76
79
* Several minor bug fixes.
77
80
78
81
v1.4.0 - 03/18/2021
@@ -111,14 +114,16 @@ v1.4.0 - 03/18/2021
111
114
``set_many_to_one_broadcasting_time() ``.
112
115
* Support for source route creation: ``create_source_route() ``.
113
116
* New frames:
114
- * 'Route Record Indicator' (0xA1)
115
- * 'Create Source Route Packet' (0x21)
117
+
118
+ * Route Record Indicator (0xA1)
119
+ * Create Source Route Packet (0x21)
116
120
* DigiMesh:
117
121
118
122
* Method to get node neighbors: ``get_neighbors() ``.
119
123
* Method to build aggregate route: ``build_aggregate_routes() ``.
120
124
* New frames:
121
- * 'Route Information Packet' (0x8D)
125
+
126
+ * Route Information Packet (0x8D)
122
127
* Documentation update
123
128
* Bug fixing:
124
129
@@ -136,7 +141,7 @@ v1.4.0 - 03/18/2021
136
141
* Use requested file offset and size instead of fixed chunks (XBPL-344)
137
142
* Mechanism to calculate the proper block size based on the maximum size
138
143
received by the client and the maximum payload size (XBPL-346)
139
- * For asyncronous sleeping nodes (Zigbee, DigiMesh, 802.15.4) and
144
+ * For asynchronous sleeping nodes (Zigbee, DigiMesh, 802.15.4) and
140
145
synchronous sleeping networks (DigiMesh), configure a minimum sleep time
141
146
before update and restore settings at the end.
142
147
For DigiMesh synchronous sleeping network, the local XBee must be a
@@ -147,7 +152,7 @@ v1.4.0 - 03/18/2021
147
152
extra processing time and required space when retrieving profile info.
148
153
* Remove profile extracted files. A profile is opened to access to its
149
154
contents, and must be closed when done with it.
150
- * Fixed the application of XBee profiles with 'AP' setting changes
155
+ * Fixed the application of XBee profiles with `` AP `` setting changes
151
156
(XBPL-340)
152
157
* Fixed bootloader update from profile due to bootloader image path
153
158
mismatch (XBPL-338)
@@ -193,8 +198,8 @@ v1.2.0 - 04/05/2019
193
198
* Callbacks are now executed in parallel.
194
199
* Internal callbacks are now defined when needed to avoid issues when more
195
200
than one callback of the same type is defined.
196
- * Add missing ' Transmit Status', ' Modem Status' and ' Cellular Association
197
- Indication Status' values to cover all XBee Cellular/XBee3 Cellular features.
201
+ * Add missing `` Transmit Status ``, `` Modem Status ``, and `` Cellular Association
202
+ Indication Status `` values to cover all XBee Cellular/XBee3 Cellular features.
198
203
* Bug Fixing:
199
204
200
205
* Fix some bugs related to package spec data.
@@ -225,12 +230,12 @@ v1.1.0 - 01/19/2018
225
230
* Add support for new hardware variants:
226
231
227
232
* XB8X
228
- * Add missing ' Modem Status' values for Remote Manager connect and disconnect
233
+ * Add missing `` Modem Status `` values for Remote Manager connect and disconnect
229
234
events.
230
235
* Bug Fixing:
231
236
232
237
* Fix timeouts on Unix platforms.
233
- * Fix the return source endpoint method from the ' ExplicitRXIndicatorPacket'
238
+ * Fix the return source endpoint method from the `` ExplicitRXIndicatorPacket ``
234
239
class.
235
240
* Perform general bug fixing when working in API escaped mode.
236
241
0 commit comments