main/config.h

changeset 2
c0184362d48c
parent 0
88d965579617
child 8
c6bbd1380f22
--- a/main/config.h	Tue Oct 08 12:55:23 2019 +0200
+++ b/main/config.h	Tue Oct 08 15:47:34 2019 +0200
@@ -170,7 +170,7 @@
     char		product_name[129];		///< Beer product name
     char		alias[33];			///< Alias name 'unit1'
     int			temperature_state;		///< Reading status
-    char		temperature_address[33];	///< DS18B20 address
+    char		temperature_rom_code[17];	///< DS18B20 address
     uint32_t		temperature;			///< Temperature in C * 1000
     int			pressure_state;			///< Reading status
     uint8_t		pressure_channel;		///< ADC channel

mercurial