Skip to content

Commit

Permalink
Bump version to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Mar 29, 2022
1 parent 4a17329 commit 693b68e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ _deps

.DS_Store

build/
1 change: 0 additions & 1 deletion src/fanpico.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ int main()
if (cfg->local_echo) printf("%c", c);
}

//sleep_ms(1);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/fanpico.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 693b68e

Please sign in to comment.