We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40146b commit b42e189Copy full SHA for b42e189
CHANGELOG.md
@@ -130,3 +130,12 @@ Version 2.3.0
130
- Verify that all open nodes features have been tested, should help detect
131
missing tests in autotests.
132
- 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
@@ -20,4 +20,4 @@
20
# knowledge of the CeCILL license and that you accept its terms.
21
22
23
-__version__ = '2.3.0'
+__version__ = '2.4.0'
0 commit comments