|
Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
|
#include <stdint.h>

Go to the source code of this file.
Variables | |
| static constexpr char | project_version [] = FW_VERSION_STR |
| Project's version (2.0.0) | |
| static constexpr char | project_version_full [] = FW_VERSION_FULL_STR |
| Full project's version (2.0.0-BETA+1035.PR111.B4) | |
| static constexpr char | project_version_suffix [] = FW_VERSION_SUFFIX_STR |
| Project's version suffix (-BETA+1035.PR111.B4) | |
| static constexpr char | project_version_suffix_short [] = FW_VERSION_SUFFIX_SHORT_STR |
| Project's short version suffix (+1035) | |
| static constexpr uint8_t | project_major = PROJECT_VERSION_MAJOR |
| Project's major version. | |
| static constexpr uint8_t | project_minor = PROJECT_VERSION_MINOR |
| Project's minor version. | |
| static constexpr uint16_t | project_revision = PROJECT_VERSION_REV |
| Project's revision number. | |
| static constexpr uint16_t | project_build_number = PROJECT_BUILD_NUMBER |
| Project's build number (number of commits in a branch) | |