disable the ATO?
Posted: Sun Jun 24, 2012 6:50 pm
Hi,
I've moved my ATO to a dedicated controller so would like to disable it to save the code space for other functions. What is the easiest way to do it? I've commented out the #include <RA_ATO.h> statement in my INO file, and the ATO functions assigned to the relay port, but still get an error when compiling
\Documents\Arduino\libraries\RA_Wifi\RA_Wifi.cpp: In function 'void SendXMLData(bool)':
\Documents\Arduino\libraries\RA_Wifi\RA_Wifi.cpp:810: error: 'class ReefAngelClass' has no member named 'LowATO'
\Documents\Arduino\libraries\RA_Wifi\RA_Wifi.cpp:812: error: 'class ReefAngelClass' has no member named 'HighATO'
I'm hoping there's a quick way to comment something in order to disable it completely...
I've moved my ATO to a dedicated controller so would like to disable it to save the code space for other functions. What is the easiest way to do it? I've commented out the #include <RA_ATO.h> statement in my INO file, and the ATO functions assigned to the relay port, but still get an error when compiling
\Documents\Arduino\libraries\RA_Wifi\RA_Wifi.cpp: In function 'void SendXMLData(bool)':
\Documents\Arduino\libraries\RA_Wifi\RA_Wifi.cpp:810: error: 'class ReefAngelClass' has no member named 'LowATO'
\Documents\Arduino\libraries\RA_Wifi\RA_Wifi.cpp:812: error: 'class ReefAngelClass' has no member named 'HighATO'
I'm hoping there's a quick way to comment something in order to disable it completely...