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

Toverumar/add write param file #456

Merged
merged 4 commits into from
Jun 17, 2024
Merged

Commits on Jun 17, 2024

  1. pcap logging; Timestamps wrapping after 59 seconds.

    The datetime object does not hold total seconds since Epoch time.The seconds variable is only seconds since last full minute. We need
    a deltatime since Epoch start to get total seconds since then
    ToveRumar committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2a46583 View commit details
    Browse the repository at this point in the history
  2. Add paramfilehelper.py for writing a full file of params to a device

    All the params will be written to eeprom (persistent values)
    ToveRumar committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    dad3762 View commit details
    Browse the repository at this point in the history
  3. Add synchronicity to writing persistant params.

    After each param, write it persistent and wait for the result
    ToveRumar committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3db0bcd View commit details
    Browse the repository at this point in the history
  4. Add example script that uses the ParamFileHelper.

    The script will write all supplied parameters to the crazyflie and store them
    
    Re-format code to code standard
    ToveRumar committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a0df110 View commit details
    Browse the repository at this point in the history