summaryrefslogtreecommitdiff
path: root/config.h.template
blob: 805600ee5e97e5521a2c1700aa1f5a280089293b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copy this file to config.h and fill in the variables


// Define if using https.
#define USE_TLS 1

// The http(s) endpoint 
const char* ENDPOINT     = "https://jesterpm.net/flowerpot/data";

// The fingerprint of the SSL certificate for the endpoint.
const char* FINGERPRINT  = "0F 7E 78 97 59 32 B9 58 DC DD 9A 97 96 D3 0F 6E B3 4A 5E DE";

// The secret key used to sign the messages.
const char SECRET_KEY[]  = "secretkey";

// Define if device has a battery
// #define HAS_BATTERY 1