Disable writing to pin 13 from zserio
This commit is contained in:
parent
4a0e19eeac
commit
3c45eb59b0
@ -83,7 +83,8 @@ void comm_parse() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(millis()-ptime > FAILTIME){
|
if(millis()-ptime > FAILTIME){
|
||||||
digitalWrite(13,LOW);
|
//digitalWrite(13,LOW);
|
||||||
|
SerCommDbg.println("No input recieved, sending safe inputs");
|
||||||
//Been too long, copy safe state over active one
|
//Been too long, copy safe state over active one
|
||||||
memcpy(astate,&safe,sizeof(packet_t));
|
memcpy(astate,&safe,sizeof(packet_t));
|
||||||
comm_ok=0;
|
comm_ok=0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user