добавил получение версии ПО
This commit is contained in:
@@ -39,6 +39,8 @@ namespace api_driver {
|
||||
|
||||
std::string loadSettings() const;
|
||||
|
||||
std::string loadFirmwareVersion() const;
|
||||
|
||||
/**
|
||||
* Установить настройки RX/TX, readback можно получить используя loadTerminalState
|
||||
*/
|
||||
@@ -59,6 +61,10 @@ namespace api_driver {
|
||||
*/
|
||||
void setQosSettings(boost::property_tree::ptree &pt);
|
||||
|
||||
void setNetworkSettings(boost::property_tree::ptree & pt);
|
||||
|
||||
void setDebugSendSettings(boost::property_tree::ptree & pt);
|
||||
|
||||
~ApiDriver();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user