* CLI: get/set radio added

This commit is contained in:
Scott Powell 2025-02-28 12:24:45 +11:00
parent 0e2bee03b6
commit f35a9032ac
2 changed files with 26 additions and 0 deletions

View file

@ -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(); }