Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce the BleHandler struct #8

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 30, 2024

  1. Introduce the BleHandler struct

    It handles the meshtastic BLE protocol, including the 3 characteristics
    used to read from and write to the radio.
    lukipuki committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    77794dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8762c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    167311c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41f83a7 View commit details
    Browse the repository at this point in the history
  5. Remove old code

    This has been moved to the `ble_handler` mod.
    lukipuki committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    50cac09 View commit details
    Browse the repository at this point in the history