Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. case MSG_KEYREMOTE_LOCK: {
  2. doLock();
  3.  
  4. case MSG_AUXILIARY: {
  5. switch (buf[AUX_BYTE]){
  6. case MSG_HEATER_ON: {
  7. sendCanData(0x622,8,stopAux); delay(100);
  8. }
  9. }
  10. }
  11. }
  12. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement