mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Include a header file to fix what is displayed by the advanced battery settings web page
This commit is contained in:
parent
f0833ab5e6
commit
25ce55d31d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include "../../datalayer/datalayer.h"
|
#include "../../datalayer/datalayer.h"
|
||||||
#include "../../datalayer/datalayer_extended.h"
|
#include "../../datalayer/datalayer_extended.h"
|
||||||
|
#include "../../include.h"
|
||||||
|
|
||||||
String advanced_battery_processor(const String& var) {
|
String advanced_battery_processor(const String& var) {
|
||||||
if (var == "X") {
|
if (var == "X") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue