Skip to content

Releases: JoeyStrandnes/Arduino-Toggl-API

ESP32 HTTPS conection fix

15 Mar 19:54

Choose a tag to compare

Changes

  • Fixed HTTPS compatibility issue with Arduino ESP32 v1.0.5

Special thanks to @kcranky for his contribution!

Updated fingerprint and easier access to the default API address

09 Mar 10:52

Choose a tag to compare

Changes

  • Fingerprint updated valid until 22/04-2021
  • Added a global variable for the default API address. (BaseUrl)

Special thanks to @kcranky for his contribution!

Minor changes and cleaned up some code.

22 Oct 12:37

Choose a tag to compare

Added a basic example for creating a time entry

20 Oct 17:23

Choose a tag to compare

Changes

  • Added a basic example for creating a time entry.

  • Cleaned up the other examples.

Added "advanced button" example, minor code changes and updated docs

11 Oct 14:04

Choose a tag to compare

Changes

  • Added function "getTimerID" gets the timer ID of running timer
  • Added example for a more advanced timer button.
  • Updated docs and cleaned them up.

Code improvements and additional functionality.

03 Oct 12:28
2abee20

Choose a tag to compare

Added features and optimized code.

New

  • getWorkSpace
  • getProject
  • getTimerDuration
  • isTimerActive
  • code optimization

Minor changes to initiation and library manager syntax

31 Aug 18:23

Choose a tag to compare

Changelog

  • Fixed library manager dependency issue
  • Added missing "KEYWORD2" highlighting for getTimezone() function
  • Changes initiation of WIFI to a more uniformed initiation between ESP8266 and ESP32
  • Updated README.md according to the changes

Works on ESP32 and ESP8266

26 Aug 11:27

Choose a tag to compare

ESP32 & ESP8266 support

Added

  • GET user data
  • Start & Stop time entries
  • Create time entries
  • Support for ESP32 & ESP8266
  • Compatible with the Arduino library formatting