Skip to content

Commit c0b87ff

Browse files
committed
Merge remote-tracking branch 'benma/bl-orientation'
2 parents e49017a + f8fa2df commit c0b87ff

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ customers cannot upgrade their bootloader, its changes are recorded separately.
166166

167167
## Bootloader
168168

169+
### v1.1.2
170+
- BitBox02 Nova: correctly orient bootloader screen
171+
169172
### v1.1.1
170173
- Fix touch in plus bootloader
171174

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ endif()
9797
# Example 'v1.0.0'. They MUST not contain a pre-release label such as '-beta'.
9898
set(FIRMWARE_VERSION "v9.23.1")
9999
set(FIRMWARE_BTC_ONLY_VERSION "v9.23.1")
100-
set(BOOTLOADER_VERSION "v1.1.1")
100+
set(BOOTLOADER_VERSION "v1.1.2")
101101

102102
find_package(PythonInterp 3.6 REQUIRED)
103103

src/bootloader/bootloader.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,11 +1070,9 @@ void bootloader_jump(void)
10701070

10711071
_check_init(&bootdata);
10721072

1073-
#if PLATFORM_BITBOX02 == 1
10741073
if (shared_data.fields.upside_down) {
10751074
screen_rotate();
10761075
}
1077-
#endif
10781076

10791077
UG_FontSelect(&font_font_a_9X9);
10801078

0 commit comments

Comments
 (0)