mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Fix compilation error
This commit is contained in:
parent
5d3cc341c8
commit
8d1c3aaa06
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include <Arduino.h>
|
||||
#include "../../../USER_SETTINGS.h"
|
||||
#include "../config.h" // Needed for defines
|
||||
|
||||
#define MQTT_MSG_BUFFER_SIZE (1024)
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <Arduino.h>
|
||||
#include <stdint.h>
|
||||
#include "../config.h" // Needed for defines
|
||||
|
||||
extern uint16_t system_cell_max_voltage_mV; //mV, 0-5000, Stores the highest cell millivolt value
|
||||
extern uint16_t system_cell_min_voltage_mV; //mV, 0-5000, Stores the minimum cell millivolt value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue