Skip to content

Commit 948af6c

Browse files
committed
hotfix
1 parent 88ede6f commit 948af6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pelco_And_Arduino.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ bool PelcoCamBus::send_command(uint8_t address, uint8_t command, uint16_t data1
128128
messToCamera[4] = (uint8_t)((angle >> 0x08) & 0x00FF); // Get MSB
129129
messToCamera[5] = (uint8_t)(angle & 0x00FF); // Get LSB
130130

131-
} else if ((searchIndexPROGMEM(QUERY_CMND, command) != -1 && !request)) {
131+
} else if ((searchIndexPROGMEM(QUERY_CMND, command) != -1 && !disableACK)) {
132132
if (log_messages_) {
133133
sprintf(log_buffer, "Cam %i: You are doing an query into send command ??????????", address);
134134
Serial.print(log_buffer);

0 commit comments

Comments
 (0)