2021-10-17 19:20:22 -03:00
|
|
|
# setup the heater temperature to 45 degree
|
2021-10-20 07:22:09 -03:00
|
|
|
BRD_HEAT_TARG 45
|
2021-10-17 19:20:22 -03:00
|
|
|
|
|
|
|
# setup serial2 port defaults for ESP8266
|
2022-03-28 13:37:39 -03:00
|
|
|
SERIAL2_BAUD 921600
|
2021-10-17 19:20:22 -03:00
|
|
|
|
|
|
|
# setup the parameter for the ADC power module
|
2022-03-28 13:37:39 -03:00
|
|
|
BATT_MONITOR 4
|
2021-10-17 19:20:22 -03:00
|
|
|
BATT_VOLT_PIN 16
|
|
|
|
BATT_CURR_PIN 17
|
|
|
|
BATT_VOLT_MULT 20.000
|
|
|
|
BATT_AMP_PERVLT 17.000
|
|
|
|
BATT2_VOLT_PIN 10
|
|
|
|
BATT2_CURR_PIN 11
|
|
|
|
BATT2_VOLT_MULT 20.000
|
|
|
|
BATT2_AMP_PERVLT 17.000
|
|
|
|
|
|
|
|
# setup the parameter for the two Relays GPIO others for reserve
|
2022-03-28 13:37:39 -03:00
|
|
|
RELAY_PIN 1
|
|
|
|
RELAY_PIN2 2
|