Skip to content

Commit

Permalink
Merge pull request #5 from crismc/bug/cpu_load_does_not_populate
Browse files Browse the repository at this point in the history
Bug Fixes
  • Loading branch information
crismc authored Feb 4, 2023
2 parents 46b735f + 466abb4 commit fe0241b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion I2C_OLED/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
py3-pillow \
py3-smbus

RUN git clone -b v1.0.3 --single-branch --depth 1 https://github.com/crismc/rpi_i2c_oled.git /I2C_OLED
RUN git clone -b v1.0.4 --single-branch --depth 1 https://github.com/crismc/rpi_i2c_oled.git /I2C_OLED

COPY run.sh /
WORKDIR /data
Expand Down
2 changes: 1 addition & 1 deletion I2C_OLED/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "I2C OLED Display"
description: "This addon lets you display to your I2C OLED for a Raspberry Pi with an I2C SSD1306 0.91\" 128x32 OLED."
version: "1.0.3"
version: "1.0.4"
slug: "i2c_oled_display"
startup: services
boot: manual
Expand Down

0 comments on commit fe0241b

Please sign in to comment.