update
This commit is contained in:
parent
ed27e9a67e
commit
d7ee7c5447
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ void loop() {
|
||||||
if ( Serial.available() > 0) {
|
if ( Serial.available() > 0) {
|
||||||
inQuery = Serial.read();
|
inQuery = Serial.read();
|
||||||
if ( inQuery == devID) {
|
if ( inQuery == devID) {
|
||||||
Serial.write(inQuery);
|
Serial.write("1");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ void loop() {
|
||||||
if ( Serial.available() > 0) {
|
if ( Serial.available() > 0) {
|
||||||
inQuery = Serial.read();
|
inQuery = Serial.read();
|
||||||
if ( inQuery == devID) {
|
if ( inQuery == devID) {
|
||||||
Serial.write(inQuery);
|
Serial.write("2");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue