File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ ==============================================================================
2
+ LMIC VERSION 1.6 (13-July-2015)
3
+ ---------------------------------
4
+
5
+ - License changed to BSD
6
+ - Modem included, see LMiC-Modem.pdf and examples/modem
7
+ - Additional stm32 hardware and Blipper board specific peripheral code
8
+
9
+
10
+ ==============================================================================
11
+ LMIC VERSION 1.5 (8-May-2015)
12
+ ------------------------------
13
+
14
+ - fixed condition in convFreq()
15
+
16
+ - fixed freq*100 bug and freq==0 bug for CFList
17
+
18
+ - fixed TX scheduling bug
19
+
20
+ - better support for GNU compiler toolchain
21
+
22
+
23
+ ==============================================================================
24
+ LMIC VERSION 1.4 (17-Mar-2015)
25
+ -------------------------------
26
+
27
+ - changed API: inverted port indicator flag in LMIC.txrxFlags
28
+ (now TXRX_PORT, previously TXRX_NOPORT)
29
+
30
+ - fixed offset OFF_CFLIST constant
31
+
32
+ - changed CRC-16 algorithm for beacons to CCITT(XMODEM) polynomial
33
+
34
+ - fixed radio driver (low data rate optimization for SF11+SF12 only for BW125)
35
+
36
+ - fixed timer rollover handling in job queue
37
+
38
+ ==============================================================================
You can’t perform that action at this time.
0 commit comments