mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Fix compilation by including include
This commit is contained in:
parent
662ae57d2b
commit
2b4b86e8ee
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
#include "settings_html.h"
|
#include "settings_html.h"
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include "../../battery/BATTERIES.h"
|
|
||||||
#include "../../battery/Battery.h"
|
|
||||||
#include "../../charger/CHARGERS.h"
|
#include "../../charger/CHARGERS.h"
|
||||||
#include "../../datalayer/datalayer.h"
|
#include "../../datalayer/datalayer.h"
|
||||||
|
#include "../../include.h"
|
||||||
|
|
||||||
String settings_processor(const String& var) {
|
String settings_processor(const String& var) {
|
||||||
if (var == "X") {
|
if (var == "X") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue