mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Add: LavaOS version in 'about' settings
This commit is contained in:
@@ -55,10 +55,11 @@ void AboutController::willDisplayCellForIndex(HighlightCell * cell, int index) {
|
||||
MessageTableCellWithBuffer * myCell = (MessageTableCellWithBuffer *)cell;
|
||||
static const char * messages[] = {
|
||||
Ion::softwareVersion(),
|
||||
Ion::customSoftwareVersion(),
|
||||
Ion::serialNumber(),
|
||||
Ion::fccId()
|
||||
};
|
||||
assert(index >= 0 && index < 3);
|
||||
assert(index >= 0 && index < 4);
|
||||
myCell->setAccessoryText(messages[index]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user