Skip to content

Commit

Permalink
Update mqtt.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Christensen committed Feb 13, 2024
1 parent a74ae25 commit b1cf092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Software/src/devboard/mqtt/mqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b1cf092

Please sign in to comment.