AllWize Library
CHANGELOG.md
Go to the documentation of this file.
1 # AllWize Library Change Log
2 
3 The format is based on [Keep a Changelog](http://keepachangelog.com/)
4 and this project adheres to [Semantic Versioning](http://semver.org/).
5 
6 ## [1.1.4] 2019-08-22
7 ### Fixed
8 - Fix wrong buffer length when CI not WIZE (undocumented?)
9 
10 ### Added
11 - Examples using CayenneLPP and MBUSPayload payload encoders
12 - Non-blocking delay for esp8266 boards
13 
14 ### Changed
15 - Reduce payload size when using AllWize_LoRaWAN class by merging Wize and LoRaWAN headers
16 - Change examples to not use pointer to class objects
17 - AllWize_LoRaWAN class using main class frame counter
18 - Overall examples clean up
19 
20 ## [1.1.3] 2019-08-14
21 ### Fixed
22 - Fix documentation issues preventing correct checkout (#9)
23 
24 ### Added
25 - Added missing documentation to some methods
26 - Added support for [AllWize K2 board definition](https://github.com/AllWize/allwize-boards)
27 
28 ### Changed
29 - Removed dependency on SoftwareSerial for Atmel AVR platform
30 
31 ## [1.1.2] 2019-07-31
32 ### Fixed
33 - Removed dependency on ESPSoftwareSerial for ESP8266 since it's already in SDK
34 - Fixed keywords.txt file (thanks to @per1234)
35 
36 ### Added
37 - Board info to ESP8266 examples
38 
39 ### Changed
40 - Moved soft_reset to softReset to fit standards
41 
42 ## [1.1.1] 2019-07-05
43 ### Fixed
44 - Avoid reset if wiring problems in ESP8266 boards
45 - Reset line after reception
46 
47 ### Added
48 - Allow overriding USE_MEMORY_CACHE setting
49 - Define monitor_speed in platformio.ino files
50 
51 ### Changed
52 - ESP8266 examples pinout change
53 - Refactor examples
54 
55 ## [1.1.0] 2019-06-26
56 ### Fixed
57 - Fixed variable collision when debug enabled
58 - Removed unneeded flushes
59 - Check datarates depending on module type
60 - Fix WIZE module returning only 255 bytes on TEST0
61 - Define C and CI fields as per standard
62 - MBUS4 support fixed
63 - Fixed sercom definition for AllWize K2
64 
65 ### Added
66 - Support for physical config pin
67 - UID examples
68 - Online docs
69 - Methods to change timeout and baudrate
70 
71 ### Changed
72 - Moved OMS and RC1701HP definitions to their own files
73 
74 ## [1.0.3] 2019-04-05
75 ### Added
76 - Example support for the AllWize K2 and Moteino boards
77 - setUID and setMID methods
78 - Added air quality example with MH-Z16 and BME280
79 
80 ### Fixed
81 - Fixed snfloat
82 
83 ## [1.0.2] 2018-10-17
84 ### Fixed
85 - Fixed channel numbering
86 
87 ## [1.0.1] 2018-10-11
88 ### Fixed
89 - Fixed possible overflow (thanks to @mariusmonton)
90 
91 ## [1.0.0] 2018-10-05
92 First supported release