Skip to content

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
Adds:
USB follow logic (closes #8)
Linear interpolation for fan speed control
API endpoints for manual fan control
Proper power button debounce
Removal of rendered HTML templates on boot

Changes:
HTML templates now use the same header/footer template
DS18B20 temperature probe now reads in max 93.75ms
Temperature monitor function now uses a timer instead of a thread
  • Loading branch information
TheGuyDanish committed Nov 18, 2024
1 parent 2b8b365 commit aab4b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
uart0.init(tx=16, rx=17)
os.dupterm(uart0)

VERSION = "1.1.0"
VERSION = "1.2.0"
DEFAULT_CONFIG = {
"network": {
"hostname": "openjbod",
Expand Down

0 comments on commit aab4b8b

Please sign in to comment.