21-12-2018, 23:00
So now don't forget to set properly the collector type on the TX software:
Also de rain multiplier on the weather software should be adjusted properly:
Multiplier = COLLECTOR_TYPE / 0.2
in your case:
Multiplier = 0.3 / 0.2
Multiplier = 1.5
Code:
#define COLLECTOR_TYPE 0.300 // Please note: Values must be in metric units. Max. resolution: 3 decimal digitsAlso de rain multiplier on the weather software should be adjusted properly:
Multiplier = COLLECTOR_TYPE / 0.2
in your case:
Multiplier = 0.3 / 0.2
Multiplier = 1.5

