vitotai / BrewManiacEsp8266

BrewManiac on ESP8266. Only ESP8266 needed.
155 stars 71 forks source link

Dual independent heater in manual mode #115

Closed Mailliwivad closed 1 year ago

Mailliwivad commented 1 year ago

I am running 0.5.1 and can't seem to get the setting right to run 2 independent heaters in manual mode. I am trying to use the system to run a herms system in addition to a boil kettle. Is this something that can be done or would additional code be required to enable this?

Mailliwivad commented 1 year ago

Sorry, I am new at this, but trying to learn.

I figured out how to do it, but I figured I'd leave this comment up in case anyone else is a newbie like me and finds it helpful.

Before building the upload file you need to uncomment

 -DSecondaryHeaterSupportEnabled=true

in the platformio.ini file under the environment you are running.