I have a couple of projects where an external sensor may be high or low at any given time. I notice that if I reboot my Oak while one of the input pins is high it won't connect to the particle cloud. In one case, I have reed switches (door sensors) on pin 3, 4, and 7. In another, I have a digital light sensor on pin 6. If I powerup when all the doors are closed, or it is daylight outside (both cases the pins are Low to ground.) everything works great. If I power up with any one door open, or at night in the second case, then the board lights up normally, but it never connects to the particle cloud. I am using the default particle connection, do I need to connect manually? Is there a way to make it ignore those pins until after the connection is made?