-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frequency change to advertising interval
Beacon update lookup added Library name changed from libEstimoteSDK7.a to libEstimoteSDK.a
- Loading branch information
1 parent
2425816
commit 659c3aa
Showing
12 changed files
with
103 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## 1.1.0 (December 2, 2013) | ||
|
||
Features: | ||
|
||
- Frequency change to Advertising Interval (Naming convention - check DOC) | ||
- Checking for firmware update, with update details info | ||
- Changlog for tags added | ||
- library name changed from libEstimoteSDK7.a to libEstimoteSDK.a | ||
|
||
Bugfixes: | ||
|
||
- Variable type for Major, Minor, Power, Adv. Interval change to unsigned short | ||
- startEstimoteBeaconsDiscoveryForRegion: corrected beacon array refresh | ||
|
||
|
||
## 1.0.0 (November 7, 2013) | ||
|
||
Features: | ||
|
||
- Ranging and monitoring Estimote beacons | ||
- Beacon connection support | ||
- Read/Write of Major, Minor, Power and Frequency (Battery, Firmware and Hardware version - readonly) | ||
- Beacon Firmware update support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// | ||
// ESTBeaconUpdateInfo.h | ||
// EstimoteSDK | ||
// | ||
// Version : 1.1.0 | ||
// Created by Marcin Klimek on 27/11/13. | ||
// Copyright (c) 2013 Estimote. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface ESTBeaconUpdateInfo : NSObject | ||
|
||
@property (nonatomic, strong) NSString* currentFirmwareVersion; | ||
@property (nonatomic, strong) NSArray* supportedHardware; | ||
|
||
@end |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters