mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* repeater & room server: "node_prefs" -> "com_prefs" migration
This commit is contained in:
parent
d07abc39b6
commit
edb201ccbe
2 changed files with 51 additions and 41 deletions
|
|
@ -53,6 +53,8 @@ class CommonCLI {
|
|||
|
||||
void checkAdvertInterval();
|
||||
|
||||
void loadPrefsInt(FILESYSTEM* _fs, const char* filename);
|
||||
|
||||
public:
|
||||
CommonCLI(mesh::MainBoard& board, mesh::Mesh* mesh, NodePrefs* prefs, CommonCLICallbacks* callbacks)
|
||||
: _board(&board), _mesh(mesh), _prefs(prefs), _callbacks(callbacks) { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue