Does the build process for Particle OS devices include support for pre-processor macros that allow you to include Git meta-data in sourcecode.
For example, I would like to do something like:
Particle.publish("git-branch-name", __GITBRANCH__, 60, PRIVATE);
and have that publish the branch name of the repository that I am using to build my app.
If Git meta data isn’t supported by the build process, then what are the pre-processor macros/keywords available to me for tracking versions of my app?