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...
disable the ATO?
Re: disable the ATO?
This error may not actually be related. But I still have the question on how to disable ATO. Thanks
Re: disable the ATO?
You still need the include. It's part of the core code.
There is no way to disable it.
Arduino automatically strips out anything that is not used, so by not using the function, it is the best you are going to get.
There is no way to disable it.
Arduino automatically strips out anything that is not used, so by not using the function, it is the best you are going to get.
Roberto.