mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-16 23:31:04 +01:00
Add const keyword to methods
This commit is contained in:
@@ -30,7 +30,7 @@ RealTimeRunDataCommand::RealTimeRunDataCommand(const uint64_t target_address, co
|
||||
setTimeout(500);
|
||||
}
|
||||
|
||||
String RealTimeRunDataCommand::getCommandName()
|
||||
String RealTimeRunDataCommand::getCommandName() const
|
||||
{
|
||||
return "RealTimeRunData";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user