main/config.h

changeset 9
a85995941d0d
parent 8
c6bbd1380f22
child 16
e38ffa806e84
--- a/main/config.h	Fri Oct 11 13:12:34 2019 +0200
+++ b/main/config.h	Fri Oct 11 15:56:30 2019 +0200
@@ -165,9 +165,6 @@
  */
 typedef struct strUnit {
     char		uuid[37];			///< Unit uuid
-    char		product_uuid[37];		///< Beer product uuid
-    char		product_code[33];		///< Beer product code
-    char		product_name[129];		///< Beer product name
     char		alias[33];			///< Alias name 'unit1'
     int			temperature_state;		///< Reading status
     char		temperature_rom_code[17];	///< DS18B20 address

mercurial