Skip to content

Commit 1a93c2d

Browse files
committed
a
1 parent ba7a28a commit 1a93c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PelcoCam.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bool PelcoCam::send_command(uint8_t command, uint16_t data1 = 0x00, uint8_t data
4242
Serial.print("ah");
4343
Serial.print(log_buffer);
4444
delay(1000);
45-
Serial.println("bbbbbb");
45+
Serial.println("bbbb");
4646
bool test = PelcoBus::command(address_, disable_ack_, command, data1, data2);
4747
return test;
4848
}

0 commit comments

Comments
 (0)