mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-24 17:17:06 +01:00
btn: no newlines in description
This commit is contained in:
@@ -1251,7 +1251,7 @@ public:
|
||||
String description() const override {
|
||||
char buffer[64];
|
||||
snprintf_P(buffer, sizeof(buffer),
|
||||
PSTR("%s @ level %d (%d...%d)\n"),
|
||||
PSTR("%s @ level %d (%d...%d)"),
|
||||
id(), _expected, _from, _to);
|
||||
|
||||
return buffer;
|
||||
|
||||
Reference in New Issue
Block a user