diff --git a/software/.vscode/settings.json b/software/.vscode/settings.json new file mode 100644 index 0000000..8f90c17 --- /dev/null +++ b/software/.vscode/settings.json @@ -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" +} \ No newline at end of file diff --git a/software/modes.py b/software/modes.py index 4e27c69..d303248 100755 --- a/software/modes.py +++ b/software/modes.py @@ -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], diff --git a/software/modules/globals.py b/software/modules/globals.py index d878f4e..3fc6de7 100755 --- a/software/modules/globals.py +++ b/software/modules/globals.py @@ -5,7 +5,7 @@ def initialize(): global SOFTWARE_VERSION - SOFTWARE_VERSION = "software v0.9.9.7" + SOFTWARE_VERSION = "software v1.0" global SENSOR