Skip to content

Commit c4bc8fb

Browse files
author
Charles Cross
committed
Increased light power for greeting
1 parent 5debb84 commit c4bc8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sketches/OpenROV2x/CLights.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void CLights::Update( CCommand& commandIn )
117117
else
118118
{
119119
greetState = true;
120-
m_pin.Write( 1 );
120+
m_pin.Write( 150 );
121121
}
122122

123123
greetCycle++;

0 commit comments

Comments
 (0)