From c3079bb5fcee37865ff8b73a4e2c9ce91e4568a8 Mon Sep 17 00:00:00 2001 From: Xavier Chapron Date: Wed, 27 Mar 2024 11:15:33 +0100 Subject: [PATCH] firmware: stax: positions: Update settings exit for new SDK v15.2.0 --- CHANGELOG.md | 3 ++- src/ragger/firmware/stax/positions.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00cdc084..0d7a386a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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). -## [1.16.0] - 2024-03-?? +## [1.16.0] - 2024-03-27 ### Added: - conftest: Integrating Rust application binary paths @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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 diff --git a/src/ragger/firmware/stax/positions.py b/src/ragger/firmware/stax/positions.py index bca44462..b613364d 100644 --- a/src/ragger/firmware/stax/positions.py +++ b/src/ragger/firmware/stax/positions.py @@ -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, },