Fix compilation error

This commit is contained in:
Daniel 2024-02-25 22:59:02 +02:00
parent 5d3cc341c8
commit 8d1c3aaa06
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@
#include <Arduino.h>
#include "../../../USER_SETTINGS.h"
#include "../config.h" // Needed for defines
#define MQTT_MSG_BUFFER_SIZE (1024)

View file

@ -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