🪄 Formats StatefulService

This commit is contained in:
Rune Harlyk
2024-07-09 20:01:11 +02:00
committed by Rune Harlyk
parent ba41f520b0
commit 227cbd536f
2 changed files with 36 additions and 46 deletions
+2 -3
View File
@@ -17,9 +17,8 @@
#include <Arduino.h>
namespace SettingValue
{
String format(String value);
namespace SettingValue {
String format(String value);
};
#endif // end SettingValue