openbikesensor / openbikesensor/OpenBikeSensorFirmware

MAC address for the access point name is in reversed byte order

Open
#315 2 comments 0 reactions 1 assignee View on GitHub

@SubOptimal is already working on this.

Since Sep 10, 2022.

Dominant language
C++
Stars
124
Forks
29
PR merge metrics
No merged PRs in 30d

Description

@Tutmanichtun reported following issue https://github.com/openbikesensor/openbikesensor.github.io/issues/161

"SSID ist die MAC-Adresse des Gerätes OpenBikeSensor-xxxxxxxxxxxx."
...
Zur Erzeugung der SSID wird von der MAC-Adresse 1 abgezogen, die einzelnen MAC-Blöcke Gruppenweise gespiegelt und Nullen am Anfang weggelassen. Zwei Beispiele:
| WiFi-SSID | MAC |
| OpenBikeSensor-378B25BF58 | 58:BF:25:8B:37:01 |
| OpenBikeSensor-E040A71AD6B8 | B8:D6:1A:A7:40:E1 |

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.