Describe the bug
I'm trying to add to BLE OTA support of STM32. But have issue that MTU size always 23 even after acquireMTU. PR: vovagorodok/ArduinoBleOTA#29
To Reproduce
Complete source code which can be used to reproduce the issue. Please try to be as generic as possible (no extra code, extra hardware,...)
By running ./tools/upload.sh on branch https://github.com/vovagorodok/ArduinoBleOTA/tree/stm32_support
Steps to reproduce the behavior:
N/A
Expected behavior
Higher MTU than 23.
Screenshots
N/A
Desktop (please complete the following information):
- OS: [e.g. Windows] Fedora 43
- Arduino IDE version: [e.g. 1.8.8] Latest PlatformIO
- STM32 core version: [e.g. 1.4.0] N/A
- Library version: [e.g. 1.2.0] Latest 1.4.1
- Tools menu settings if not the default: [e.g. Newlib Standard, No Serial] N/A
- Upload method: [e.g. SWD] N/A
Hardware (please complete the following information):
- Board Name: [e.g. Nucleo F429ZI] Nucleo F401RE + X-NUCLEO-IDB05A2
- Hardware Revision: [e.g. Rev B] Rev C
- Extra hardware used if any: [e.g. X-Nucleo IKS01A1] X-NUCLEO-IDB05A2
Additional context
Maybe some additional config flag should be set? Lat me know what additional information is needed
Describe the bug
I'm trying to add to BLE OTA support of STM32. But have issue that MTU size always 23 even after acquireMTU. PR: vovagorodok/ArduinoBleOTA#29
To Reproduce
Complete source code which can be used to reproduce the issue. Please try to be as generic as possible (no extra code, extra hardware,...)
By running
./tools/upload.shon branch https://github.com/vovagorodok/ArduinoBleOTA/tree/stm32_supportSteps to reproduce the behavior:
N/A
Expected behavior
Higher MTU than 23.
Screenshots
N/A
Desktop (please complete the following information):
Hardware (please complete the following information):
Additional context
Maybe some additional config flag should be set? Lat me know what additional information is needed