Version 0.3.0 and back to real sensors. novnc

Wed, 08 May 2019 13:41:55 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 08 May 2019 13:41:55 +0200
branch
novnc
changeset 44
fc3b3684608a
parent 43
2079940c3989
child 45
71b4c3d1b429

Version 0.3.0 and back to real sensors.

Makefile file | annotate | diff | comparison | revisions
sdkconfig file | annotate | diff | comparison | revisions
--- a/Makefile	Wed May 08 13:27:25 2019 +0200
+++ b/Makefile	Wed May 08 13:41:55 2019 +0200
@@ -3,7 +3,7 @@
 # project subdirectory.
 #
 
-PROJECT_VER := "0.3.0.a"
+PROJECT_VER := "0.3.0"
 PROJECT_NAME := brewboard
 
 include $(IDF_PATH)/make/project.mk
--- a/sdkconfig	Wed May 08 13:27:25 2019 +0200
+++ b/sdkconfig	Wed May 08 13:41:55 2019 +0200
@@ -70,8 +70,10 @@
 # CONFIG_MONITOR_BAUD_OTHER is not set
 CONFIG_MONITOR_BAUD_OTHER_VAL=115200
 CONFIG_MONITOR_BAUD=115200
-# CONFIG_TEMP_SENSORS_ONEWIRE is not set
-CONFIG_TEMP_SENSORS_SIMULATOR=y
+CONFIG_TEMP_SENSORS_ONEWIRE=y
+# CONFIG_TEMP_SENSORS_SIMULATOR is not set
+CONFIG_ONE_WIRE_MLT=27
+CONFIG_ONE_WIRE_HLT=26
 CONFIG_SSR_MLT_GPIO=32
 CONFIG_SSR_HLT_GPIO=33
 CONFIG_SSR_PUMP_GPIO=12

mercurial