mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-14 18:46:59 +00:00
6 lines
108 B
C++
6 lines
108 B
C++
#include "ESPEasy_common.h"
|
|
|
|
|
|
String getUnknownString() { return F("Unknown"); }
|
|
|
|
const String EMPTY_STRING; |