Issue with DCPump class

New members questions
Post Reply
Meldrath
Posts: 20
Joined: Mon Mar 17, 2014 1:07 pm

Issue with DCPump class

Post by Meldrath »

In visual studio 2012/2013 it shows ReefAngel class not having the method DCPump(). I am using the Visual Micro Plugin. Everything else loads fine and has the correct associations.

Any advice or help on this would be appreciated.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Issue with DCPump class

Post by rimai »

VS won't generate the ReefAngel_Features.h file for you as the Arduino IDE does.
Try compiling the same code once to auto generate the file, or manually modify it to enable the DCPump feature.
Roberto.
Meldrath
Posts: 20
Joined: Mon Mar 17, 2014 1:07 pm

Re: Issue with DCPump class

Post by Meldrath »

I did compile it first inside of the Arduino IDE and that did nothing. I added the #define to the Globals.h under the device type and that seemed to work.

Further, I did look in the ReefAngel_Features.h file, and #define DCPUMPCONTROL is not available in there anywhere.
Post Reply