forked from RFduino/RFduino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
59 lines (46 loc) · 1.77 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
CHANGELOG
v 1.6.1
- Fixed issue with not being able to call RFduinoBLE.end() /
RFduino_systemReset() from pinWakeCallback
- corrected return types from uint32_t to void for rfduino_ functions
- Corrected maximum sketch size. The last 4 flash pages are reserved,
v 1.6
- Added getDeviceId() to return the unique id for each device
(see DeviceInfo sketch)
v 1.5.1
- Added support for OSX (contributed by nitsky)
- RFDLoader now supports 32-bit and 64-bit osx snow leopard through mavericks
- fix for i2c not working when BLE stack is active
v 1.5
- Added support for Flash Memory. See the RFduinoNonBLE flash example
sketches for use. More documentation is also available in
cores/arduino/Memory.h
- Added a ProximityMovingAverage sketch for investigating RSSI to distance
calculations
- Fix for iOS SDK 7.0 issue with the disconnect characteristic
v 1.4
- Integrated RFDLoader
v 1.3.2
- Fixed issue with the send characteristic always sending 20 bytes
- Increased send characteristic payload size from 12 to the maximum of 20
bytes
- Added sketch and iPhone demonstrating lossless bulk data transfer
v 1.3.1
- Fixed issue with on_rssi() only working for the first connect
v 1.3.0
- Added support for radio active notification to support sketches with
critical timing requirements.
v 1.2.0
- Restructured the RFduino repository to allow a git clone directly into the
Arduino directory structure.
v 1.1.2
- Corrected the name of a missing extern.
- UART_DEFAULT_RX_PIN and UART_DEFAULT_TX_PIN and multiply defined (and
conflicting). Removed the erroneous definitions.
v 1.1.1
- Added support for OSX Snow Leopard.
v 1.1.0
- Support for OSX.
- equivalent to RFduino305.zip.
v 1.0.0
- equivalent to RFduino289.zip.