diff options
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ #include "hih61xx.h" #include "hmc5883.h" -#define VERSION 1.26 +#define VERSION 1.27 // extern void lm75_print_help(void); // extern void lm75_read_all(const char *opts); @@ -57,7 +57,7 @@ void print_help(void) { " i2sensors read_all 1 lm75 0x4f \n" " i2sensors read_one 1 lm75 0x4f 00,-1.35\n" "\n" ); - printf ("Version: v%1.2f, build: %s %s (%s), TS: %s STDC: %s\n\n",VERSION,__DATE__,__TIME__,__VERSION__,__TIMESTAMP__,__STDC_VERSION__); + printf ("Version: v%1.2f, build: [%s %s] (%s), TS: %s STDC: %d\n\n",VERSION,__DATE__,__TIME__,__VERSION__,__TIMESTAMP__,__STDC_VERSION__); } void bus_err(int ern){ |