| 51 | } |
| 52 | |
| 53 | const String Device::getName() const |
| 54 | { |
| 55 | char tmp[Constants::MAX_NAME_LENGTH]; |
| 56 | strcpy_P(tmp, (const char*)m_pName); |
| 57 | |
| 58 | return String(tmp); |
| 59 | } |
| 60 | |
| 61 | |
| 62 | //debug flag to determine if debug print statements are executed (set value in your sketch) |
no outgoing calls
no test coverage detected