Update mqtt.h

This commit is contained in:
Brett Christensen 2024-02-13 19:11:56 +11:00
parent a74ae258c1
commit b1cf09223e

View file

@ -51,6 +51,7 @@ extern uint16_t cellvoltages[120]; //mV 0-4350 per cell
extern uint8_t nof_cellvoltages; // Total number of cell voltages, set by each battery.
extern uint16_t battery_voltage; //V+1, 0-500.0 (0-5000)
extern uint16_t battery_current; //A+1, Goes thru convert2unsignedint16 function (5.0A = 50, -5.0A = 65485)
extern uint16_t stat_batt_power;
extern const char* mqtt_user;
extern const char* mqtt_password;