diff --git a/.gitignore b/.gitignore index 49fc435..a68b963 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ _deps .DS_Store +build/ diff --git a/src/fanpico.c b/src/fanpico.c index fd8127c..d162ece 100644 --- a/src/fanpico.c +++ b/src/fanpico.c @@ -362,7 +362,6 @@ int main() if (cfg->local_echo) printf("%c", c); } - //sleep_ms(1); } } diff --git a/src/fanpico.h b/src/fanpico.h index 6829fc6..783c6ae 100644 --- a/src/fanpico.h +++ b/src/fanpico.h @@ -22,7 +22,7 @@ #ifndef FANPICO_H #define FANPICO_H 1 -#define FANPICO_VERSION "1.0b" +#define FANPICO_VERSION "1.0" #define FANPICO_MODEL "0804" #define FAN_MAX_COUNT 8 /* Number of Fan outputs on the board */