mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* CLI: get/set radio added
This commit is contained in:
parent
0e2bee03b6
commit
f35a9032ac
2 changed files with 26 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class CommonCLI {
|
|||
NodePrefs* _prefs;
|
||||
CommonCLICallbacks* _callbacks;
|
||||
mesh::MainBoard* _board;
|
||||
char tmp[80];
|
||||
|
||||
mesh::RTCClock* getRTCClock() { return _mesh->getRTCClock(); }
|
||||
void savePrefs() { _callbacks->savePrefs(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue