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 37f3695 commit cdbe223Copy full SHA for cdbe223
CHANGELOG.md
@@ -1,6 +1,19 @@
1
Changelog
2
=========
3
4
+Version 2.8.0
5
+-------------
6
+
7
++ Open nodes
8
+ - Generalize Linux open node support
9
+ - New nrf52832-mdk open node
10
+ - New Pycom open node, only MicroPython supported
11
+ - New LoRaWAN gateway open node
12
+ - Allow flashing of st-ionode while sleeping
13
14
++ Utils
15
+ - Refactor programmer tools into a single and generic Programmer
16
17
Version 2.7.0
18
-------------
19
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.7.0'
+__version__ = '2.8.0'
0 commit comments