Start with LED off

"chin board", what is that?

Drive to the level you want here?:

void setup() {
// set the digital pin as output:
pinMode(stro2Pin, OUTPUT);
digitalWrite (stro2Pin, HIGH); // or LOW whatever is needed for off
}