Skip to content

Commit 03a9b62

Browse files
committed
v1.3.9c
1 parent 098b972 commit 03a9b62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

aq_programmer.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -732,17 +732,17 @@ STOP BOOST POOL
732732
break;
733733
}
734734
send_cmd(KEY_RIGHT);
735-
printf("WAIT\n");
735+
//printf("WAIT\n");
736736
waitfor_queue2empty();
737-
printf("FINISHED WAIT\n");
737+
//printf("FINISHED WAIT\n");
738738
}
739739
//waitfor_queue2empty();
740740
//waitForMessage(aq_data, NULL, 1);
741741
}
742742

743743
waitForMessage(aq_data, "STOP BOOST POOL", 1);
744744
if (stristr(aq_data->last_message, "STOP BOOST POOL") != NULL) {
745-
logMessage(LOG_DEBUG, "**** FOUND STOP BOOST POOL ****\n");
745+
//logMessage(LOG_DEBUG, "**** FOUND STOP BOOST POOL ****\n");
746746
send_cmd(KEY_ENTER);
747747
} else {
748748
logMessage(LOG_DEBUG, "**** GIVING UP ****\n");

release/aqualinkd

-56 Bytes
Binary file not shown.

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

33
#define AQUALINKD_NAME "Aqualink Daemon"
4-
#define AQUALINKD_VERSION "1.3.9b"
4+
#define AQUALINKD_VERSION "1.3.9c"

0 commit comments

Comments
 (0)