Skip to content

Commit

Permalink
Update CHANGELOG. Add note on Data Format 2 and 4 to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu committed Oct 11, 2019
1 parent 9992e5b commit ccbc4e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changelog

### [Unreleased]
* Fix usage of bt_device parameter when opening the BLE connection

## [0.13.0] - 2019-07-01
* Fix hcitool subprocess closing
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ Example data has data from 4 sensors with different firmwares.
}
```

##### Note on Data Format 2 and 4

There is no reason to use Data Format 2 or 4.

Original reasoning to use the URL-encoded data was to use _Google's Nearby_ notifications to let users to view the tags without the need to install any app. Since the _Nearby_ has been discontinued there isn't any benefit in using Eddystone format anymore.

##### Logging and Print to console

Logging can be enabled by importing `ruuvitag_sensor.log`. Console print can be enabled by calling `ruuvitag_sensor.log.enable_console()`. Command line application has console logging enabled by default.
Expand Down

0 comments on commit ccbc4e7

Please sign in to comment.