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

[BREAKING] - Refactor NimBLEEddystoneTLM #770

Merged
merged 1 commit into from
Dec 1, 2024
Merged

Commits on Dec 1, 2024

  1. [BREAKING] - Refactor NimBLEEddystoneTLM

    * `NimBLEEddystoneTLM::BeaconData` struct is now public and usable by the application.
    * `NimBLEEddystoneTLM::setTemp` now takes an `int16_t` parameter instead of float to be friendly to devices without floating point support.
    * `NimBLEEddystoneTLM::getTemp` now returns `int16_t` to work with devices that don't have floating point support.
    * `NimBLEEddystoneTLM::setData` now takes a reference to * `NimBLEEddystoneTLM::BeaconData` instead of `std::string`.
    * `NimBLEEddystoneTLM::getData` now returns a reference to * `NimBLEEddystoneTLM::BeaconData` instead of `std::string`.
    h2zero committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    f054f29 View commit details
    Browse the repository at this point in the history