File tree 9 files changed +7
-7
lines changed
9 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
#include < Arduino_DebugUtils.h>
13
13
#include " ConnectionHandlerDefinitions.h"
14
14
#include " ConfiguratorAgents/MessagesDefinitions.h"
15
- # include " Utility/LEDFeedback/LEDFeedback.h "
15
+
16
16
#ifdef BOARD_HAS_WIFI
17
17
#include " WiFiConnectionHandler.h"
18
18
#endif
Original file line number Diff line number Diff line change 16
16
#include < settings/settings.h>
17
17
#include < Arduino_TimedAttempt.h>
18
18
#include < Arduino_KVStore.h>
19
- #include " Utility/ResetInput/ResetInput .h"
20
- #include " Utility/LEDFeedback/LEDFeedback .h"
19
+ #include " Utility/ResetInput.h"
20
+ #include " Utility/LEDFeedback.h"
21
21
22
22
/* *
23
23
* @enum NetworkConfiguratorStates
Original file line number Diff line number Diff line change 13
13
#include < settings/settings.h>
14
14
#include " AgentsManager.h"
15
15
#include " NetworkOptionsDefinitions.h"
16
- #include " Utility/LEDFeedback/LEDFeedback .h"
16
+ #include " Utility/LEDFeedback.h"
17
17
18
18
/* *****************************************************************************
19
19
* PUBLIC MEMBER FUNCTIONS
Original file line number Diff line number Diff line change 17
17
#include " BLECharacteristic.h"
18
18
#include " ConfiguratorAgents/agents/ConfiguratorAgent.h"
19
19
#include " ConfiguratorAgents/agents/BoardConfigurationProtocol/BoardConfigurationProtocol.h"
20
- #include " Utility/LEDFeedback/LEDFeedback .h"
20
+ #include " Utility/LEDFeedback.h"
21
21
#include " ConfiguratorAgents/agents/BoardConfigurationProtocol/cbor/CBORInstances.h"
22
22
23
23
#define BASE_LOCAL_NAME " Arduino"
Original file line number Diff line number Diff line change 12
12
#include " ConfiguratorAgents/agents/ConfiguratorAgent.h"
13
13
#include " ConfiguratorAgents/agents/BoardConfigurationProtocol/BoardConfigurationProtocol.h"
14
14
#include " ConfiguratorAgents/agents/BoardConfigurationProtocol/cbor/CBORInstances.h"
15
- #include " Utility/LEDFeedback/LEDFeedback .h"
15
+ #include " Utility/LEDFeedback.h"
16
16
17
17
/* *
18
18
* @class SerialAgentClass
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
#if NETWORK_CONFIGURATOR_COMPATIBLE
10
10
11
11
#include " ResetInput.h"
12
- #include " Utility/LEDFeedback/LEDFeedback .h"
12
+ #include " Utility/LEDFeedback.h"
13
13
14
14
ResetInput &ResetInput::getInstance () {
15
15
static ResetInput instance;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments