mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Fix compilation error
This commit is contained in:
parent
0b0f66c94a
commit
c82183b46a
4 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef SETTINGS_H
|
||||
#define SETTINGS_H
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "../../../USER_SETTINGS.h" // Needed for WiFi ssid and password
|
||||
extern uint16_t battery_voltage; //V+1, 0-500.0 (0-5000)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue