Add rssi fix
This commit is contained in:
parent
ea911d2ba0
commit
21f7f4333a
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ FROM ${BUILD_FROM}
|
||||||
|
|
||||||
RUN apk add --no-cache nginx
|
RUN apk add --no-cache nginx
|
||||||
|
|
||||||
ADD "https://github.com/jhbruhn/ZBS_Flasher/archive/refs/heads/database_path_config.tar.gz" /src.tar.gz
|
ADD "https://github.com/jhbruhn/ZBS_Flasher/archive/refs/heads/rssi_fix.tar.gz" /src.tar.gz
|
||||||
RUN mkdir /src && tar xvfz /src.tar.gz -C /src --strip-components=1
|
RUN mkdir /src && tar xvfz /src.tar.gz -C /src --strip-components=1
|
||||||
RUN mv /src/CC2531_station/epaper_station_websocket/ /app
|
RUN mv /src/CC2531_station/epaper_station_websocket/ /app
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: E-Paper Station
|
name: E-Paper Station
|
||||||
version: 1.0.0.41
|
version: 1.0.0.42
|
||||||
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||||
slug: epaper-station
|
slug: epaper-station
|
||||||
description: Publish images to E-Paper pricetags
|
description: Publish images to E-Paper pricetags
|
||||||
|
|
Loading…
Reference in a new issue