Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hall committed Jan 10, 2023
1 parent 8c8e659 commit f8e9068
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.1.0] - 2023-01-09

This release pulls in changes from [OpenPineBuds](https://github.com/pine64/OpenPineBuds).

### Added

- hold (~5s) button while in the case to force a reboot (so it can be programmed)
- audio controls using the touch button on the buds (see README.md)

### Changed

- turn off LEDs and enter low-power state when battery is fully charged
- use internal resistor to pick left/right instead of TWS master/slave pairing
- pressing the button while in the case no longer triggers DFU mode
- debugging baud rate raised to 2,000,000 to match stock firmware

### Fixed

- putting either bud into the case correctly switches to the other bud
- don't register as an HID keyboard

## [0.0.0] - 2023-01-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Flash both earbuds:

View logs over the serial port with

minicom -D /dev/ttyACM0 -b 921600
minicom -D /dev/ttyACM0 -b 2000000

## release

Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Firmware for the [PineBuds Pro](https://wiki.pine64.org/wiki/PineBuds_Pro). Hope

> **WARNING**: use at your own risk; this is currently worse than the factory default
The following button taps/hold actions are currently mapped:

| taps | single bud | left | right |
| ------ | -------------- | -------------- | ----------- |
| single | play/pause | play/pause | play/pause |
| double | next track | previous track | next track |
| triple | volume up | volume up | volume down |
| quad | volume down | --- | --- |
| hold | previous track | toggle anc | toggle anc |

## install

Download the latest [release](https://github.com/hall/little-buddy/releases).
Expand All @@ -27,4 +37,4 @@ The upstream tarball was named "Little Whale" so I combined that with the device
### others

You may also want to check out the [OpenPineBuds](https://github.com/pine64/OpenPineBuds) project which is more established (and likely by better stewards).
This project takes some non-trivial inspiration from there.
This project takes non-trivial inspiration from there.

0 comments on commit f8e9068

Please sign in to comment.