Made config voltage configurable

This commit is contained in:
Magnus Persson
2022-07-03 23:46:44 +02:00
parent 0c936cfb88
commit 79a3274286
10 changed files with 64 additions and 14 deletions

View File

@ -53,7 +53,8 @@ SOFTWARE.
#define PARAM_PUSH_MQTT_PORT "mqtt-port"
#define PARAM_SLEEP_INTERVAL "sleep-interval"
#define PARAM_TEMPFORMAT "temp-format"
#define PARAM_VOLTAGEFACTOR "voltage-factor"
#define PARAM_VOLTAGE_FACTOR "voltage-factor"
#define PARAM_VOLTAGE_CONFIG "voltage-config"
#define PARAM_GRAVITY_FORMULA "gravity-formula"
#define PARAM_GRAVITY_FORMAT "gravity-format"
#define PARAM_GRAVITY_TEMP_ADJ "gravity-temp-adjustment"