Skip to content

Commit

Permalink
version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Dec 16, 2019
1 parent 7e73dd4 commit 6a77a92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5] - 2019-12-15
### Changed
### Added
- Firmware: Wii Remote 1st gen correctly detects attached extensions like the
Nunchuk and Classic Controller.
- Docs: firmware setup doc has info about Windows and includes some screenshots.

## [0.5-rc2] - 2019-12-14
### Added
Expand Down
2 changes: 1 addition & 1 deletion firmware/main/uni_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int btstack_main(int argc, const char** argv) {
// Honoring with BT copyright + adding own message to avoid confusion
printf("Unijoysticle 2 (C) 2016-2019 Ricardo Quesada and contributors.\n");
printf("Bluetooth stack: Copyright (C) 2017 BlueKitchen GmbH.\n");
printf("Firmware version: v0.5-rc2\n");
printf("Firmware version: v0.5\n");
#if UNIJOYSTICLE_SINGLE_PORT
printf("Single port / 3-button mode enabled\n");
#else
Expand Down

0 comments on commit 6a77a92

Please sign in to comment.