Skip to content

Commit b42e189

Browse files
committed
Version 2.4.0: new control node firmware
+ Update control node firmware to new version: - More reliable serial, allows faster monitoring measures - Fix 120ppm constant drift + Fix samr21 flash timeout + Add a logger for cli scripts, helps debugging on boards
1 parent d40146b commit b42e189

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,12 @@ Version 2.3.0
130130
- Verify that all open nodes features have been tested, should help detect
131131
missing tests in autotests.
132132
- Add a test that verifies only `leds_on` and `leds_off`.
133+
134+
Version 2.4.0
135+
-------------
136+
137+
+ Update control node firmware to new version:
138+
- More reliable serial, allows faster monitoring measures
139+
- Fix 120ppm constant drift
140+
+ Fix samr21 flash timeout
141+
+ Add a logger for cli scripts, helps debugging on boards

gateway_code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# knowledge of the CeCILL license and that you accept its terms.
2121

2222

23-
__version__ = '2.3.0'
23+
__version__ = '2.4.0'

0 commit comments

Comments
 (0)