File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
+ #include < Datatypes.h>
4
+ #include < EbusHandler.h>
3
5
#include < WiFiClient.h>
4
6
5
7
#include < deque>
6
8
#include < string>
7
9
#include < vector>
8
10
9
- #include " Datatypes.h"
10
- #include " EbusHandler.h"
11
11
#include " store.hpp"
12
12
13
13
// This class sends time-controlled active commands to the ebus. All valid
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
+ #include < Datatypes.h>
4
+
3
5
#include < deque>
4
6
#include < string>
5
7
#include < vector>
6
8
7
- #include " Datatypes.h"
8
-
9
9
// Implements the storage of active and passive commands. New commands can be
10
10
// added and removed via mqtt. It provides functions for saving, loading and
11
11
// deleting commands in the nvs memory. Commands stored in the nvs are loaded at
Original file line number Diff line number Diff line change 2
2
3
3
#include < ArduinoJson.h>
4
4
#include < Preferences.h>
5
+ #include < Sequence.h>
5
6
6
- #include " Sequence.h"
7
7
#include " mqtt.hpp"
8
8
9
9
Store store;
You can’t perform that action at this time.
0 commit comments