User Options - Soil / Leaf Sensor
In the interest of optimising code execution and processor performance, if you are "not" connecting a Soil / Leaf Sensor to the transmitter station then we should set this options to 0 for Not Used and Disabled by inserting '9's in the lower setup matrix.
// --------------------------------------------------------------------------------------
// Soil / Leaf Interface Settings and Sensors Mapping
// (The mapping logic is the same than used with the Extra Sensors)
// --------------------------------------------------------------------------------------
// 0 = Soil Leaf Interface not used
// 1 = Soil Leaf Interface connected to a TX unit
#define SoilLeaf_Interface 0 // 0, 1,
// ---- For Soil & Leaf data from SoilLeaf_Interface wired to a TX unit, use TX Unit number as source
// ---- For BIOS Soil Temp / Moisture use 7 as source
// ---- To disable use 9 in both fields
// S1 S2 S3 S4
#define SoilTempSensors_Source { {9,9},{9,9},{9,9},{9,9} }
#define LeafTempSensors_Source { {9,9},{9,9},{9,9},{9,9} }
#define SoilMoistSensors_Source { {9,9},{9,9},{9,9},{9,9} }
#define LeafWetSensors_Source { {9,9},{9,9},{9,9},{9,9} }
In the interest of optimising code execution and processor performance, if you are "not" connecting a Soil / Leaf Sensor to the transmitter station then we should set this options to 0 for Not Used and Disabled by inserting '9's in the lower setup matrix.
// --------------------------------------------------------------------------------------
// Soil / Leaf Interface Settings and Sensors Mapping
// (The mapping logic is the same than used with the Extra Sensors)
// --------------------------------------------------------------------------------------
// 0 = Soil Leaf Interface not used
// 1 = Soil Leaf Interface connected to a TX unit
#define SoilLeaf_Interface 0 // 0, 1,
// ---- For Soil & Leaf data from SoilLeaf_Interface wired to a TX unit, use TX Unit number as source
// ---- For BIOS Soil Temp / Moisture use 7 as source
// ---- To disable use 9 in both fields
// S1 S2 S3 S4
#define SoilTempSensors_Source { {9,9},{9,9},{9,9},{9,9} }
#define LeafTempSensors_Source { {9,9},{9,9},{9,9},{9,9} }
#define SoilMoistSensors_Source { {9,9},{9,9},{9,9},{9,9} }
#define LeafWetSensors_Source { {9,9},{9,9},{9,9},{9,9} }


