Commit d3a5ce3b50cc76cefcd524f9d43f93fbf8e7c2ac

Authored by henyxia
1 parent 9110b127

Added identification response

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -872,6 +872,8 @@ int main(void) @@ -872,6 +872,8 @@ int main(void)
872 else 872 else
873 send_serial('K'); 873 send_serial('K');
874 } 874 }
  875 + else if(ser == 'A')
  876 + send_serial('C');
875 else 877 else
876 send_serial('J'); 878 send_serial('J');
877 } 879 }