Skip to content

Commit 13aa4ff

Browse files
committed
Fixed library location
1 parent 2719afc commit 13aa4ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Start_Time_Entry/Start_Time_Entry.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Start a timer with a description "HelloWorld", use the tag "TagName", and create
66
The timer will be stopped after ~10 seconds
77
*/
88

9-
#include "Toggl.h"
9+
#include <Toggl.h>
1010

1111
const char* SSID = "SSID";
1212
const char* PASS = "PASSWORD";

0 commit comments

Comments
 (0)