This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substitutions: | |
device_name: demo_deepsleep | |
friendly_name: Demo Deep Sleep | |
## Board config | |
esphome: | |
name: ${device_name} | |
platform: ESP32 | |
board: m5stack-core-esp32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# We set an environment variable in this phase so it gets picked up by pip, but we don't want to bake secrets into our container image | |
FROM python:3.6-alpine AS builder | |
ARG INDEX_URL | |
ENV PIP_EXTRA_INDEX_URL=$INDEX_URL | |
COPY requirements.txt . | |
RUN pip install -U pip \ | |
&& pip install --user -r requirements.txt |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- beginning of system | |
04-27 23:08:13.358 3080 3080 I vold : Vold 3.0 (the awakening) firing up | |
04-27 23:08:13.359 3080 3080 V vold : Detected support for: exfat ext4 f2fs ntfs vfat | |
04-27 23:08:13.361 3080 3080 W Vold : Tearing down stale mount /mnt/secure/asec | |
04-27 23:08:13.379 3080 3080 W Vold : Tearing down stale mount /mnt/secure | |
04-27 23:08:13.395 3080 3080 I vold : [libfs_mgr]fs_mgr_read_fstab_dt(): failed to read fstab from dt | |
04-27 23:08:13.403 3080 3090 D vold : e4crypt_init_user0 | |
04-27 23:08:13.403 3080 3090 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 | |
04-27 23:08:13.403 3080 3090 D vold : Preparing: /data/system/users/0 | |
04-27 23:08:13.403 3080 3090 D vold : Preparing: /data/misc/profiles/cur/0 |