Skip to content

Commit

Permalink
firmware: stax: positions: Update settings exit for new SDK v15.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Chapron committed Mar 27, 2024
1 parent d037ee6 commit c3079bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ 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).

## [1.16.0] - 2024-03-??
## [1.16.0] - 2024-03-27

### Added:
- conftest: Integrating Rust application binary paths

### Changed
- conftest: `APP_DIR` and `LOAD_MAIN_APP_AS_LIBRARY` are replaced by the optional parameter
`MAIN_APP_DIR`.
- firmware: stax: positions: Update settings exit for new SDK v15.2.0

## [1.15.0] - 2024-03-07

Expand Down
4 changes: 2 additions & 2 deletions src/ragger/firmware/stax/positions.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ def __iter__(self):
"quit": BUTTON_LOWER_MIDDLE
},
"UseCaseSettings": {
"single_page_exit": BUTTON_LOWER_MIDDLE,
"multi_page_exit": BUTTON_LOWER_LEFT,
"single_page_exit": BUTTON_UPPER_LEFT,
"multi_page_exit": BUTTON_UPPER_LEFT,
"previous": BUTTON_LOWER_MIDDLE,
"next": BUTTON_LOWER_RIGHT,
},
Expand Down

0 comments on commit c3079bb

Please sign in to comment.