/* This file is all the stuff I want to be able to change without having to update the source repository. */ #ifndef GLOBAL_H #define GLOBAL_H #define DEVICE_SW "0.0.1" #define DEVICE_NAME "Glycol Chiller" #define DEVICE_MDL "Chillenator v0.1" #define DEVICE_MF "Damn Yankee Brewing" #define FERMENTER_COUNT 2 #define ONE_WIRE_BUS D2 const size_t DOC_SIZE = JSON_OBJECT_SIZE(29) + JSON_ARRAY_SIZE(4); #endif