Skip to content

Commit

Permalink
feat: Adds DeviceOS version display
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Oct 19, 2023
1 parent 2adc537 commit 674701e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ void VERS_printBanner(void)
{
SF_OSAL_printf(__NL__ "Smartfin FW v%d.%d.%d%s" __NL__, FW_MAJOR_VERSION, FW_MINOR_VERSION, FW_BUILD_NUM, FW_BRANCH);
SF_OSAL_printf("FW Build: %s %s" __NL__ , BUILD_DATE, BUILD_TIME);
SF_OSAL_printf("Device OS: %s" __NL__, System.version().c_str());
#ifdef SYSTEM_VERSION_v310
const uint32_t APP_ADDR = 0x000b4000; // Device OS 3.1 and later (256K binaries)
#else
Expand Down

0 comments on commit 674701e

Please sign in to comment.