MVP: Basic working clock and alarm
This commit is contained in:
commit
b6ac19a54d
18 changed files with 22909 additions and 0 deletions
12
.devcontainer/Dockerfile
Normal file
12
.devcontainer/Dockerfile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
ARG DOCKER_TAG=release-v5.4
|
||||
FROM espressif/idf:${DOCKER_TAG}
|
||||
|
||||
ENV LC_ALL=C.UTF-8
|
||||
ENV LANG=C.UTF-8
|
||||
|
||||
RUN apt-get update -y && apt-get install udev -y
|
||||
|
||||
RUN echo "source /opt/esp/idf/export.sh > /dev/null 2>&1" >> ~/.bashrc
|
||||
|
||||
ENTRYPOINT [ "/opt/esp/entrypoint-adf.sh" ]
|
||||
CMD ["/bin/bash", "-c"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue