Skip to content

Commit

Permalink
Add missing PWM module to install and upgrade paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nebhead committed Sep 13, 2024
1 parent fa22efb commit 1388eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions auto-install/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ ratelimitingfilter
pillow>=9.2.0
paho-mqtt
psutil
rpi_hardware_pwm
4 changes: 2 additions & 2 deletions updater/updater_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"server" : "1.8.0",
"cookfile" : "1.5.0",
"recipe" : "1.0.0",
"build" : 27
"build" : 28
},
"update_notes" : "",
"update_warnings" : ""
Expand Down Expand Up @@ -112,7 +112,7 @@
"command_list" : [["sudo", "cp", "./auto-install/supervisor/*.conf", "/etc/supervisor/conf.d"]]
},
"control": {
"py_dependencies": [],
"py_dependencies": ["rpi_hardware_pwm"],
"apt_dependencies": [],
"command_list" : []
}
Expand Down

0 comments on commit 1388eb1

Please sign in to comment.