GITLAB
henyxia
/
tweekd_hvc
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
d3a5ce3b50cc76cefcd524f9d43f93fbf8e7c2ac
Authored by
henyxia
2015-05-06 15:28:24 +0200
1 parent
9110b127
Added identification response
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
main.c
Inline
Side-by-side
main.c
Show/Hide comments
View file @
d3a5ce3
@@ -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
}