mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-04 21:15:52 +00:00
fix standalone and tests
This commit is contained in:
@@ -33,7 +33,7 @@ class String {
|
||||
return lhs;
|
||||
}
|
||||
|
||||
bool isEmpty() {
|
||||
bool isEmpty() const {
|
||||
return _str.empty();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user