Skip to content

Offer a configurable device name #141

@amandel

Description

@amandel

The device exposes its name when opening a hotspot, exposing the bluetooth service and likely other places. This name should be part of the configuration and have a decent unique default.

Default could be:

  char deviceName[32];
  snprintf(deviceName, sizeof(deviceName), "OpenBikeSensor-%04X", (uint16_t)(ESP.getEfuseMac() >> 32));

it should be used consistently at all places, limitations might apply to make the name valid for all use-cases (use of whitespace, special chars etc.).

The name should also be part of the page title of the exposed pages of the html configuration server. So that it is used by the browser too,

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions