Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing serial number read to get from DB if it is populated (#1580)
#### What I did Modified show version command to pick serial number from STATE_DB if it was populated instead of getting it from EEPROM. #### How I did it Check state_db to see if serial number EEPROM section is populated. If yes use the data from DB. If not, read it from the decode-syseeprom
- Loading branch information