From 379b40f47ff858c56c06048aacaafe163156471e Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 24 Dec 2021 09:01:33 -0800 Subject: Christmas eve checkpoint I'd like to cleanup the code and make the status light more useful, but it's time to ship! --- config.h.template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config.h.template (limited to 'config.h.template') diff --git a/config.h.template b/config.h.template new file mode 100644 index 0000000..805600e --- /dev/null +++ b/config.h.template @@ -0,0 +1,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 -- cgit v1.2.3