Change to GitHub API URL

This commit is contained in:
iranl
2024-02-08 20:50:16 +01:00
parent 4fde6d3ebb
commit 83eeaf7f6d
4 changed files with 21 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
#define NUKI_HUB_VERSION "8.32-pre-3"
#define GITHUB_LATEST_RELEASE_URL "https://github.com/technyon/nuki_hub/releases/latest"
#define GITHUB_RELEASE_TAG_URL "https://github.com/technyon/nuki_hub/releases/tag/"
#define GITHUB_LATEST_RELEASE_API_URL "https://api.github.com/repos/technyon/nuki_hub/releases/latest"
#define MQTT_QOS_LEVEL 1
#define MQTT_CLEAN_SESSIONS false