resources format adjusted

This commit is contained in:
hg
2014-03-05 23:33:05 +01:00
parent 7daee36d62
commit 409c81b9f7
2 changed files with 50 additions and 51 deletions

View File

@ -14,7 +14,6 @@ String TEXT;
const String& getResource(uint8_t key) {
// return TEXT_RESOURCES[key];
TEXT = String("T") + key + String(": ");
return TEXT;
}