We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7a28a commit 1a93c2dCopy full SHA for 1a93c2d
1 file changed
src/PelcoCam.cpp
@@ -42,7 +42,7 @@ bool PelcoCam::send_command(uint8_t command, uint16_t data1 = 0x00, uint8_t data
42
Serial.print("ah");
43
Serial.print(log_buffer);
44
delay(1000);
45
- Serial.println("bbbbbb");
+ Serial.println("bbbb");
46
bool test = PelcoBus::command(address_, disable_ack_, command, data1, data2);
47
return test;
48
}
0 commit comments