Hello, David! I have a question - I assembled a prototype of a soldering station based on the ksger 3.0 topology, your firmware was installed and works fine, and I decided to assemble a full-fledged soldering station, but it will have both T12 and C245 connectors, and here is the question - can you please tell me where I can make changes to the code so that when selecting the T12 mode, any free pin has a high level, and when selecting C245, a low level, respectively. Let me explain the logic - this pin will have a logically controlled MOSFET (irlz44n, for example), responsible for the jumper that is responsible for operation in these modes, that is, if the T12 mode is selected, then this pin has a high level, the MOSFET is open and the circuit operates in T12 mode, and if the C245 mode is selected, then the pin has a low level, the MOSFET is closed and the circuit operates in C245 mode? I could implement this with a separate controller and button, but I would like to implement this at the station firmware level, if possible.