// 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