rename method

This commit is contained in:
John
2023-11-10 07:14:15 +01:00
parent 077d09b620
commit e345b40d34
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class DeviceListener {
* @param error true for an error message, false for an info message.
* @param message the message string.
*/
virtual void notifyStatus(bool error, const char* message) = 0; // abstract
virtual void notifyDeviceStatus(bool error, const char* message) = 0; // abstract
};