From 693b68e8a942d5fd33f4e5250d23d218d3f6a2ee Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Mon, 28 Mar 2022 22:45:37 -0700 Subject: [PATCH] Bump version to v1.0 --- .gitignore | 1 + src/fanpico.c | 1 - src/fanpico.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) 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 */