Since the last update, all pins on the Arduino that I have included in my Blynk project are set to low. For my project, the pins must be high to turn off the load. Accordingly, my buttons are also inverted. The problem is that when connecting to the server, all the devices being controlled are turned on because all pins are set to low. Now I have to go each time in the app to turn everything off again! If my buttons in the state OFF switch the pin to high, then I expect that when connecting to the server everything stays off as long as no timer is activated or I manually activate something.
What update?? Android App hasn’t been updated since December 17, 2018.
Not sure on iOS.
If you want to control GPIO pin state settings at boot, then use the pinMode()
command.
You can set this however you want as well e.g. MIN/MAX can be 0/1 or 1/0 for inverted control