8000 v0.2.2 · daq-tools/pycom-micropython@97d82fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 97d82fb

Browse files
committed
v0.2.2
* HAL: updated MCU firmware version to match with picoGW_mcu V0.2.1 release.
1 parent b4f30fd commit 97d82fb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line nu 8000 mberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

libloragw/inc/loragw_mcu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
3030
#define LGW_MCU_SUCCESS 0
3131
#define LGW_MCU_ERROR -1
3232

33-
#define STM32FWVERSION 0x010a0005 /* increment LSB for new version */
33+
#define STM32FWVERSION 0x010a0006 /* increment LSB for new version */
3434

3535
#define MCU_DELAY_COM_INIT 1000
3636
#define MCU_DELAY_RESET 200

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ This software is used to obtain the unique id of the PicoCell gateway (the
7272
## 5. Changelog
7373
---------------
7474

75+
### v0.2.2 ###
76+
77+
* HAL: updated MCU firmware version to match with picoGW_mcu V0.2.1 release.
78+
7579
### v0.2.1 ###
7680

7781
* HAL: Fixed bug in lgw_mcu_receive() which was preventing from fetching more

0 commit comments

Comments
 (0)
0