Skip to content

Commit

Permalink
The rest of the lot
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancrubin committed Jul 21, 2022
1 parent 3163553 commit 7d114b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Watermeter
version=1.0.4
version=1.0.5
author=Jordan Rubin <[email protected]>
maintainer=Jordan Rubin <[email protected]>
sentence=Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
monitor_speed = 38400
upload_port = /dev/cu.usbserial-0001
;upload_port = /dev/cu.usbserial-0001
lib_deps =

0 comments on commit 7d114b5

Please sign in to comment.