Add binaries for firmware updates
This commit is contained in:
parent
5d2b7a414e
commit
4a5b9e38c5
@ -1,3 +1,6 @@
|
|||||||
|
## 2023.02.0
|
||||||
|
* Add binaries for flashing firmware to printer (avrdude, dfu-util, dfu-programmer, stm32flash).
|
||||||
|
|
||||||
## 2023.01.2
|
## 2023.01.2
|
||||||
* Disable AppArmor profile.
|
* Disable AppArmor profile.
|
||||||
|
|
||||||
|
|||||||
@ -30,10 +30,10 @@ RUN apt update \
|
|||||||
caddy \
|
caddy \
|
||||||
# Extras.
|
# Extras.
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
# avrdude \
|
avrdude \
|
||||||
# dfu-util \
|
dfu-util \
|
||||||
# dfu-programmer \
|
dfu-programmer \
|
||||||
# stm32flash \
|
stm32flash \
|
||||||
# Development/testing
|
# Development/testing
|
||||||
vim \
|
vim \
|
||||||
&& \
|
&& \
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: "3DPrinter-OctoPrint"
|
name: "3DPrinter-OctoPrint"
|
||||||
version: "2023.01.2"
|
version: "2023.02.0"
|
||||||
slug: "3dprinter-octoprint"
|
slug: "3dprinter-octoprint"
|
||||||
description: "OctoPrint as an addon, no additional bells and whistles."
|
description: "OctoPrint as an addon, no additional bells and whistles."
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user