We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5686eb commit 1271c82Copy full SHA for 1271c82
source/application/bluetooth.h
@@ -28,7 +28,7 @@
28
#include <stddef.h>
29
#include <stdint.h>
30
31
-#define BLE_PREFERRED_MAX_MTU 185
+#define BLE_PREFERRED_MAX_MTU 247
32
extern uint16_t ble_negotiated_mtu;
33
34
void bluetooth_setup(bool factory_reset, bool *is_paired);
source/memory_layout.ld
@@ -51,7 +51,7 @@ ENTRY(Reset_Handler)
51
MEMORY
52
{
53
APPLICATION_FLASH (rx) : ORIGIN = 0x27000, LENGTH = 0xCE000
54
- APPLICATION_RAM (rwx) : ORIGIN = 0x200026F8, LENGTH = 256K - 0x26F8
+ APPLICATION_RAM (rwx) : ORIGIN = 0x200029A8, LENGTH = 256K - 0x29A8
55
56
BOOTLOADER_FLASH (rx) : ORIGIN = 0xF5000, LENGTH = 0x9000
57
BOOTLOADER_RAM (rwx) : ORIGIN = 0x20002AE8, LENGTH = 256K - 0x2AE8
0 commit comments