mirror of https://github.com/arendst/Tasmota.git
Shorten rev
This commit is contained in:
parent
5d40295fa6
commit
88fe48c6eb
|
@ -786,7 +786,7 @@ typedef struct {
|
|||
esp_chip_info(&chip_info);
|
||||
|
||||
char revision[12];
|
||||
snprintf_P(revision, sizeof(revision), PSTR(" (rev. %d)"), chip_info.revision);
|
||||
snprintf_P(revision, sizeof(revision), PSTR(" rev.%d"), chip_info.revision);
|
||||
return revision;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue