Skip to content

Commit 2c85d58

Browse files
committed
bump to version 2.5.0
1 parent 0250bde commit 2c85d58

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,18 @@ Version 2.4.1
145145

146146
+ Increase flash timeout to 100s
147147
+ Fix pylint 1.7 issues
148+
149+
Version 2.5.0
150+
-------------
151+
152+
+ New Arduino-Zero opennode
153+
+ New ST LRWAN1 opennode
154+
+ New Microbit opennode
155+
+ New Zigduino opennode
156+
+ Support for EDBG flasher tool and use with samr21 and arduino-zero
157+
+ Support for PyOCD flasher tool
158+
+ Add docker image and Makefile utils for running full integration tests on a
159+
local computer
160+
+ Open nodes serial port is now in /dev/iotlab/tty_ONXXX
161+
+ Start MJPG-Streamer daemon (for use with camera on the gateway) only when
162+
available

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.4.1'
23+
__version__ = '2.5.0'

0 commit comments

Comments
 (0)