Skip to content

Commit

Permalink
move cli to connect ns
Browse files Browse the repository at this point in the history
  • Loading branch information
rtlopez committed Nov 4, 2024
1 parent ecad8bf commit 638aa84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions lib/Espfc/src/Cli.h → lib/Espfc/src/Connect/Cli.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

namespace Espfc {

namespace Connect {

class Cli
{
public:
Expand Down Expand Up @@ -1555,4 +1557,6 @@ class Cli

}

}

#endif
4 changes: 2 additions & 2 deletions lib/Espfc/src/SerialManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "Model.h"
#include "Device/SerialDevice.h"
#include "Connect/MspProcessor.h"
#include "Cli.h"
#include "Connect/Cli.h"
#include "TelemetryManager.h"
#ifdef ESPFC_SERIAL_SOFT_0_WIFI
#include "Wireless.h"
Expand All @@ -30,7 +30,7 @@ class SerialManager

Model& _model;
Connect::MspProcessor _msp;
Cli _cli;
Connect::Cli _cli;
#ifdef ESPFC_SERIAL_SOFT_0_WIFI
Wireless _wireless;
#endif
Expand Down

0 comments on commit 638aa84

Please sign in to comment.