An open API service indexing awesome lists of open source software.

https://github.com/dmtrkovalenko/meeting-sticker


https://github.com/dmtrkovalenko/meeting-sticker

Last synced: 8 months ago
JSON representation

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 "<>"
```