-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
6362b65
commit 015f076
Showing
4 changed files
with
14 additions
and
5 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,9 @@ | ||
### 2021.2.2 | ||
|
||
- new SQL tables: `led_events`, `led_algorithm_settings` | ||
- `dosing_algorithm_settings` has a new schema: a json blob to represent any editable settings. | ||
- new `pio` command: `pio run led_intensity`, ex: `pio run led_intensity --channel B intensity 50` | ||
- new `pio` command: `pio update` will update the software to the latest code on Github (later will be latest released version), and if possible, update the UI code as well. | ||
- new library dependency `DAC43608` that supports our LED driver. | ||
- config.ini now has abstracted any RaspberryPi pins: we only refer to the PCB labels now in config.ini | ||
- `pio kill` can accept multiple jobs, ex: `pio kill stirring od_reading` |
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
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# -*- coding: utf-8 -*- | ||
__version__ = "21.1.3" | ||
__version__ = "21.2.1" |