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

Change CRC library #11

Closed
wants to merge 9 commits into from
Closed

Change CRC library #11

wants to merge 9 commits into from

Commits on Apr 25, 2023

  1. Switch Crc library

    switched crc library to avoid conflict with other crc libraries which include crc32
    Pikokosan committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7ed9e60 View commit details
    Browse the repository at this point in the history
  2. added platformio library lookup

    added the ability to add this library to the platform registry.
    Pikokosan committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    50b3944 View commit details
    Browse the repository at this point in the history
  3. Update BleOtaMultiservice.h

    Pikokosan committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6a56ef8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Update library.json

    vovagorodok committed May 2, 2023
    Configuration menu
    Copy the full SHA
    caba360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c8725 View commit details
    Browse the repository at this point in the history
  3. Update library.json

    vovagorodok committed May 2, 2023
    Configuration menu
    Copy the full SHA
    9a92493 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Fixed crc calculation

    added code to set crc parameters. confirmed working upload using provided precompiled app
    Pikokosan committed May 5, 2023
    Configuration menu
    Copy the full SHA
    2d324ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1837b4f View commit details
    Browse the repository at this point in the history
  3. Update library.json

    Fixed typo
    Pikokosan committed May 5, 2023
    Configuration menu
    Copy the full SHA
    3864889 View commit details
    Browse the repository at this point in the history