diff --git a/._.DS_Store b/._.DS_Store deleted file mode 100644 index aad76c0..0000000 Binary files a/._.DS_Store and /dev/null differ diff --git a/Makefile b/Makefile index 7a725c5..3e83e49 100755 --- a/Makefile +++ b/Makefile @@ -9,6 +9,10 @@ LIBS := -lpthread -lm #$DBG = -g $DBG = +# USe below to remove unused functions and global variables. +#LFLAGS = -Wl,--gc-sections,--print-gc-sections +#GCCFLAGS = -Wall -ffunction-sections -fdata-sections + # define any compile-time flags GCCFLAGS = -Wall diff --git a/README.md b/README.md index 3599ae1..c02eead 100644 --- a/README.md +++ b/README.md @@ -88,19 +88,21 @@ https://github.com/sfeakes/AqualinkD/wiki # Aqualink Versions tested This was designed for Jandy Aqualink RS, so should work with AqualinkRS and iAqualink Combo controll panels. At the moment it will not work with Aqualink PDA / AquaPalm and NON Combo iAqualink. -Below are varified versions (But should work witn any AqualinkRS) :- +Below are varified versions (But should work with any AqualinkRS) :- | Version | Notes | | --- | --- | -| JANDY AquaLinkRS 8157 REV MMM | Everything working | +| Jandy Aqualink 6524 REV GG | Everything working except water temp | | Jandy AquaLinkRS 8157 REV JJ | Everything working | +| Jandy AquaLinkRS 8157 REV MMM | Everything working | | Jandy AquaLinkRS B0029221 REV T | Everything working | | Jandy AquaLinkRS B0029223 REV T.2 | Everything working | | Jandy AquaLinkRS B0029235 REV T.1 | Everything working | | Jandy iAqualink E0260801 REV R | Everything working | | AquaLink PDA / AquaPalm | Not usable, work in progress.| +If you have tested a version not listed here, please let me know by opening an issue #