Skip to content

Commit 4350cf0

Browse files
committed
Merge tag '1.2.1'
Signed-off-by: Frederic Pillon <[email protected]>
2 parents ee4927f + b22266f commit 4350cf0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=STM32duinoBLE
2-
version=1.2.0
2+
version=1.2.1
33
author=Arduino, SRA
44
maintainer=stm32duino
55
sentence=Fork of ArduinoBLE library to add the support of STM32WB, SPBTLE-RF, SPBTLE-1S, BLUENRG-M2SP and BLUENRG-M0 BLE modules.

Diff for: src/local/BLELocalDevice.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "utility/GAP.h"
2222
#include "utility/GATT.h"
2323
#include "utility/L2CAPSignaling.h"
24+
2425
#include "BLELocalDevice.h"
2526

2627
BLELocalDevice::BLELocalDevice(HCITransportInterface *HCITransport, uint8_t ownBdaddrType) :

0 commit comments

Comments
 (0)