Skip to content

Commit

Permalink
koji mode added
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine3000 committed Feb 1, 2024
1 parent 41b6348 commit 6b3a5fd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
13 changes: 13 additions & 0 deletions software/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"python.languageServer": "Pylance",
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingModuleSource": "none",
"reportShadowedImports": "none"
},
"python.analysis.extraPaths": [
"",
"/Users/antoine/.vscode/extensions/joedevivo.vscode-circuitpython-0.2.0-darwin-x64/stubs",
"/Users/antoine/Library/Application Support/Code/User/globalStorage/joedevivo.vscode-circuitpython/bundle/20240118/adafruit-circuitpython-bundle-py-20240118/lib"
],
"circuitpython.board.version": "8.1.0"
}
5 changes: 5 additions & 0 deletions software/modes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
[00, 16, 24, 48],
[30, 30, 28, 26]
],
[
"Koji (48h)",
[00, 16, 24, 48],
[32, 32, 28, 25]
],
[
"Soaking (24h)",
[00, 24],
Expand Down
2 changes: 1 addition & 1 deletion software/modules/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def initialize():

global SOFTWARE_VERSION
SOFTWARE_VERSION = "software v0.9.9.7"
SOFTWARE_VERSION = "software v1.0"

global SENSOR

Expand Down

0 comments on commit 6b3a5fd

Please sign in to comment.