Skip to content

Commit

Permalink
Changed device name to "BadgeTime"
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaySharon committed Jul 9, 2022
1 parent 4c702d4 commit 1fd33e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ble/DeviceInformationService.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Pinetime {
static constexpr const char* hwRevision = "1.0.0";
static constexpr const char* serialNumber = "0";
static constexpr const char* fwRevision = Version::VersionString();
static constexpr const char* swRevision = "InfiniTime";
static constexpr const char* swRevision = "BadgeTime";

static constexpr ble_uuid16_t deviceInfoUuid {.u {.type = BLE_UUID_TYPE_16}, .value = deviceInfoId};

Expand Down

0 comments on commit 1fd33e6

Please sign in to comment.