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

chore(library): House keeping #135

Merged
merged 5 commits into from
Aug 29, 2024
Merged

Commits on Aug 16, 2024

  1. chore(library): 🔥 Drop Semantic Version and Date from every individua…

    …l header and source file
    
    Currently, with over 28 files, CRSF for Arduino is incredibly tedious to re-base because of these two tags in the boiler plate. In addition to this, the version numbering and dates are already tracked in `CFA_Config.hpp`. Therefore, it is pointless to keep tracking CRSF for Arduino's overall version and date in every individual file. At this point, it's work for work's sake, and it's unnecessarily tedious to do it... even more so as CRSF for Arduino grows and more headers and source files are added over time. The juice is not worth the squeeze to track CRSF for Arduino's version and date in every individual file, when it's more efficient to do it in the config and properties files.
    ZZ-Cat committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3eb50f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71bed40 View commit details
    Browse the repository at this point in the history
  3. style(library): ✏️ Fix typos in CompatibilityTable.hpp, `SerialRece…

    …iver.cpp`, and `CRSF.cpp`
    ZZ-Cat committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1d7abc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    43110e9 View commit details
    Browse the repository at this point in the history
  2. refactor(debug): ♻️ Dump configuration on startup when `CRSF_DEBUG_EN…

    …ABLE_CONFIGURATION_DUMP` is set to `1`
    ZZ-Cat committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    139fc56 View commit details
    Browse the repository at this point in the history