Prusa MINI Firmware overview
version.h File Reference

Go to the source code of this file.

Variables

const char version_firmware_name []
 
const char version_version []
 semantic version (https://semver.org) is Prusa3D standard More...
 
const char version_build []
 
const int version_build_nr
 build number More...
 

Variable Documentation

◆ version_firmware_name

const char version_firmware_name[]

◆ version_version

const char version_version[]

semantic version (https://semver.org) is Prusa3D standard

◆ version_build

const char version_build[]

◆ version_build_nr

const int version_build_nr

build number

do not use FW_BUILDNR macro, as it is not defined outside of this file