OpenSprinkler › Forums › OpenSprinkler Unified Firmware › ESP8266 Use native GPIOs › Reply To: ESP8266 Use native GPIOs
June 26, 2023 at 1:44 pm
#76213
Dan Christensen
Participant
@Chassy33 Yes, that is correct. It was confirmed to me in a support ticket, and I also checked the code. In the javascript code, you can see that it queries the controller for its settings in this function:
And the controller replies here, putting the value of PIN_FREE_LIST in the response:
You can also find the spot where the UI code looks up the gpio list in the response.
I will be testing this myself when my controller arrives, as I’m adding a ninth zone with an external relay.