https://github.com/dmtrkovalenko/meeting-sticker
https://github.com/dmtrkovalenko/meeting-sticker
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmtrkovalenko/meeting-sticker
- Owner: dmtrKovalenko
- Created: 2024-01-11T18:39:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T18:48:42.000Z (over 2 years ago)
- Last Synced: 2024-05-22T23:21:38.225Z (about 2 years ago)
- Language: C
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meeting sticker controller
Place the config file at `src/configs.h`
```c
#define WIFI_SSID "<>"
#define WIFI_PASSWORD "<>"
#define TIMEZONE_UTF_OFFSET_HOURS 1 // or any number representing your local tz
// Cronify API
#define CRONIFY_CLIENT_ID "<>"
#define CRONIFY_CLIENT_SECRET "<>"
#define CRONIFY_REFRESH_TOKEN "<>"
```