Skip to content

Commit 16b29e2

Browse files
committed
Stop signal changed from green to blue
1 parent 4abd34e commit 16b29e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loop-functions/habanero/HabStLoopFunc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void HabStLoopFunction::MocaControl() {
130130
for (CSpace::TMapPerType::iterator it = tBlocksMap.begin(); it != tBlocksMap.end(); ++it) {
131131
CBlockEntity* pcBlock = any_cast<CBlockEntity*>(it->second);
132132
if (unBlocksID == m_unStopBlock) {
133-
pcBlock->GetLEDEquippedEntity().SetAllLEDsColors(CColor::GREEN);
133+
pcBlock->GetLEDEquippedEntity().SetAllLEDsColors(CColor::BLUE);
134134
break;
135135
}
136136
unBlocksID += 1;

0 commit comments

Comments
 (0)