Releases: JoeyStrandnes/Arduino-Toggl-API
Releases · JoeyStrandnes/Arduino-Toggl-API
ESP32 HTTPS conection fix
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
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.
Minor release
Added a basic example for creating a time entry
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
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.
Added features and optimized code.
New
- getWorkSpace
- getProject
- getTimerDuration
- isTimerActive
- code optimization
Minor changes to initiation and library manager syntax
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
ESP32 & ESP8266 support
Added
- GET user data
- Start & Stop time entries
- Create time entries
- Support for ESP32 & ESP8266
- Compatible with the Arduino library formatting