-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# EEC IV Reader GUI | ||
|
||
GUI for the EEC IV Reader: https://github.com/flxkrmr/eec-iv-reader-arduino | ||
|
||
Download Installer https://github.com/flxkrmr/eec-iv-reader-gui/releases/latest | ||
|
||
Tested on Windows 10. | ||
|
||
## Usage | ||
|
||
When GUI ist started, connect Reader with USB and press "Connect". The Reader should restart on connection. Then select a mode on the Reader. The GUI will show when a reading has started and display the results. | ||
|
||
## Commands | ||
### Local startup | ||
``` | ||
npm install | ||
npm run start | ||
``` | ||
### Creating installer | ||
``` | ||
npm run make | ||
``` | ||
### Publish Release draft to Github | ||
``` | ||
set GITHUB_TOKEN=xxx | ||
npm run publish | ||
``` |