Skip to content

Commit

Permalink
release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Feb 1, 2020
1 parent 77d561c commit bb5bd20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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).

## [Unreleased] -
## [0.5.2] - 2020-02-01
### Added
- Firmware: Xbox One: added support for firmware v4.8.

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-2020 Ricardo Quesada and contributors.\n");
printf("Bluetooth stack: Copyright (C) 2017 BlueKitchen GmbH.\n");
printf("Firmware version: v0.5.1\n");
printf("Firmware version: v0.5.2\n");
#if UNIJOYSTICLE_SINGLE_PORT
printf("Single port / 3-button mode enabled (Amiga/Atari ST compatible)\n");
#else
Expand Down

0 comments on commit bb5bd20

Please sign in to comment.