Air quality sensor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
esp-airsensor/main/gitversion.h.in

9 lines
250 B

/* gitversion.h. Generated by cmake from gitversion.h.in */
#ifndef _GITVERSION_H
#define _GITVERSION_H
#define GIT_COUNT "@_revision_number@"
#define GIT_HASH "@_commit_hash@"
#define BUILD_TIMESTAMP "@_build_time_stamp@"
#endif //_GITVERSION_H