Skip to content

Commit b81e5ae

Browse files
committed
Updated readme and version.
1 parent 754867f commit b81e5ae

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ ESP32 default libraries
7272
```
7373
# Examples
7474

75-
- [Start Time Entry:](https://github.com/JoeyStrandnes/Arduino-Toggl-API/tree/master/examples/Start_Time_Entry) Runs a timer for ~10s
76-
75+
- [Start Time Entry:](https://github.com/JoeyStrandnes/Arduino-Toggl-API/tree/master/examples/Start_Time_Entry) Runs a timer for ~10s.
76+
- [Create a Time Entry:](https://github.com/JoeyStrandnes/Arduino-Toggl-API/tree/master/examples/Create_Time_Entry) Create a time entry with duration 1 hour.
7777
- [Button Timer:](https://github.com/JoeyStrandnes/Arduino-Toggl-API/tree/master/examples/Button_Timer) Starts a timer and LED when a button is pressed. Stops timer and turns of LED when it is pressed again.
78-
7978
- [Advanced Button Timer:](https://github.com/JoeyStrandnes/Arduino-Toggl-API/tree/master/examples/Advanced_Button_Timer) Does everything that the regular button timer does but will "sync" with other active timers. It will know if a timer is started and will know if it is stopped. The LED and button function will adjust acording to the timer status.
8079

examples/Create_Time_Entry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HelloWorld
1+
# Create a time entry.
22

33
#### This example will:
44

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
name=Toggl API v8 - Arduino Implementation
3-
version=1.2.0
3+
version=1.2.1
44
author=Joey Strandnes
55
maintainer=Joey Strandnes
66
sentence= Toggl API v8 implementation for ESP

0 commit comments

Comments
 (0)