Add mDNS attribute

This commit is contained in:
Phat Nguyen
2024-02-29 10:22:05 +07:00
parent b94112e22a
commit 5de3a34dd0
6 changed files with 32 additions and 1 deletions

View File

@ -107,6 +107,13 @@ public:
*/
String getVersion(void);
/**
* @brief Get the Board Name object
*
* @return String
*/
String getBoardName(void);
/**
* @brief Round double value with for 2 decimal
*