salinity calibration
Posted: Sun Dec 30, 2012 6:45 pm
I was taking apart some code and found this:
How would I change this to call the salinity calibration?
Thx
Code: Select all
void MenuEntry6()
{
ReefAngel.DisplayMenuEntry("Item 6");ReefAngel.SetupCalibratePH();
ReefAngel.DisplayedMenu = ALT_SCREEN_MODE;
}Thx