-- Calibration and board data


-- MPP range of FF-OpenMPPT-ESP32 v1.3 HP

	Vmpp_max = 43.5     
	Vmpp_min = 15.6

-- The Vcc rail of the ESP32 is the Voltage 
-- reference for the temperature sensor
-- Measure this for your individual board

    Vcc = 3.05
    
    hardware_version="1.3HP"
    firmware_type="ESP_2.2"
    V_out_max = 14200

--  Is Schottky Diode D6 (Solar input) present on board? 
--  Legacy option. With 400 Watt version this is always true.


    D6_loaded=true
 
