Skip to content

Commit 077c7a0

Browse files
committed
1.0.2
fix typo
1 parent 41ab3d1 commit 077c7a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ChronosESP32",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"keywords": "Arduino, ESP32, Time, BLE, Watch",
55
"description": "A library for ESP32 to interface with Chronos app over BLE",
66
"repository":
@@ -17,5 +17,5 @@
1717
}
1818
],
1919
"frameworks": "arduino",
20-
"platforms": " espressif32"
20+
"platforms": "espressif32"
2121
}

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name=ChronosESP32
2-
version=1.0.1
2+
version=1.0.2
33
author=fbiego
44
maintainer=fbiego
55
sentence=Setup your ESP32 as a smartwatch and connect to Chronos app over BLE.
66
paragraph=A wrapper library for ESP32 to facilitate easy setup of a smartwatch like project. Supports syncing of notifications from the phone.
77
category=Communication
88
url=https://github.com/fbiego/chronos-esp32
99
architectures=*
10-
includes=ChonosESP32.h
10+
includes=ChronosESP32.h
1111
depends=ESP32Time,NimBLE-Arduino

0 commit comments

Comments
 (0)