Skip to content

Commit f577f57

Browse files
author
Eric Berseth
committed
Add versioning and update readme
1 parent cf1bc6e commit f577f57

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## v1
2+
3+
### COMPATIBILTY
4+
5+
Must be built using device OS v4.0.2 or greater.
6+
7+
### FEATURES
8+
9+
- Basic support for 4-20mA, 0-10V, high voltage input, and relay features of IO expansion card.
10+
11+
### ENHANCEMENTS
12+
13+
14+
### BUGFIXES

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@ _(Note! This FAQ isn't meant to be legal advice, if you're unsure, please consu
4545
This application must be built with device OS version 4.0.2 and above.
4646

4747
1. Clone this repository `$ git clone [email protected]:particle-iot/monitor-edge.git && cd ./monitor-edge`
48-
2. Init & Update Submodules `$ git submodule update --init --recursive`
49-
3. Open Particle Workbench
50-
4. Run the `Particle: Import Project` command, follow the prompts, and wait for the project to load
51-
5. Run the `Particle: Configure Workspace for Device` command and select a compatible Device OS version and the `tracker` platform when prompted ([docs](https://docs.particle.io/tutorials/developer-tools/workbench/#cloud-build-and-flash))
52-
6. Connect your device
53-
7. Compile & Flash!
48+
2. Open Particle Workbench
49+
3. Run the `Particle: Import Project` command, follow the prompts, and wait for the project to load
50+
4. Run the `Particle: Configure Workspace for Device` command and select a compatible Device OS version and the `tracker` platform when prompted ([docs](https://docs.particle.io/tutorials/developer-tools/workbench/#cloud-build-and-flash))
51+
5. Connect your device
52+
6. Compile & Flash!
5453

5554
### CONTRIBUTE
5655

project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=monitor-edge
2-
version=5.0.0
2+
version=1.0.0
33
license=Apache License, Version 2.0
44
sentence=Particle Monitor One reference application
55
url=https://www.particle.io/particle-tracking-system/

0 commit comments

Comments
 (0)