We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21c713d + 3d216ec commit 1474bb9Copy full SHA for 1474bb9
2 files changed
app/common/app_main.c
@@ -145,6 +145,11 @@ void app_init() {
145
146
#ifdef HAVE_BLE
147
// Enable Bluetooth
148
+#ifdef HAVE_SWAP
149
+ if (G_swap_state.called_from_swap) {
150
+ memset(&G_io_asynch_ux_callback, 0, sizeof(G_io_asynch_ux_callback));
151
+ }
152
+#endif // HAVE_SWAP
153
BLE_power(0, NULL);
154
BLE_power(1, "Nano X");
155
#endif // HAVE_BLE
include/zxversion.h
@@ -17,4 +17,4 @@
17
18
#define ZXLIB_MAJOR 16
19
#define ZXLIB_MINOR 0
20
-#define ZXLIB_PATCH 3
+#define ZXLIB_PATCH 4
0 commit comments