headlights always on because no screen
This commit is contained in:
parent
73b5594786
commit
c2c1104297
@ -228,7 +228,8 @@ void CM_processIncome(uint8_t idSender, uint8_t idMsg, bool rtr, uint32_t data){
|
|||||||
// TODO display say ALIVE
|
// TODO display say ALIVE
|
||||||
eKart.powerMode = incomeData.separate.byte0;
|
eKart.powerMode = incomeData.separate.byte0;
|
||||||
if (eKart.powerMode == 0) {
|
if (eKart.powerMode == 0) {
|
||||||
CM_HEADLIGHTS(&ALWAYSFALSE);
|
// CM_HEADLIGHTS(&ALWAYSFALSE);
|
||||||
|
CM_HEADLIGHTS(&ALWAYSTRUE);
|
||||||
} else {
|
} else {
|
||||||
CM_HEADLIGHTS(&ALWAYSTRUE);
|
CM_HEADLIGHTS(&ALWAYSTRUE);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user