Skip to content

Commit 7b9ac88

Browse files
committed
Updated version uniformly
1 parent 9c3ab01 commit 7b9ac88

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=EdgeML-Arduino
2-
version=1.1.2
2+
version=1.2.1
33
author=edge-ml
44
maintainer=edge-ml <edge-ml@teco.edu>
55
sentence=Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.

src/ble33nano/BLEHandler_Nano.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <cstdint>
1111

1212
const char deviceIdentifier_Nano[] = "NANO";
13-
const char deviceGeneration_Nano[] = "1.0.0";
13+
const char deviceGeneration_Nano[] = "1.2.1";
1414

1515
// Sensor Data channels
1616
BLEService sensorService_Nano("34c2e3bb-34aa-11eb-adc1-0242ac120002");

src/nicla/DeviceInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define DEVICEINFO_H
44

55
const char deviceIdentifier[] = "NICLA";
6-
const char deviceGeneration[] = "1.2.0";
6+
const char deviceGeneration[] = "1.2.1";
77

88
#endif
99

src/xiaoblesense/BLEHandler_Seeed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <cstdint>
1111

1212
const char deviceIdentifier_seeed[] = "Seeed XIAO";
13-
const char deviceGeneration_seeed[] = "1.0.0";
13+
const char deviceGeneration_seeed[] = "1.2.1";
1414

1515
// Sensor Data channels
1616
BLEService sensorService_seeed("34c2e3bb-34aa-11eb-adc1-0242ac120002");

0 commit comments

Comments
 (0)