-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalena.yml
32 lines (32 loc) · 994 Bytes
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: pet-a-manger
type: sw.application
description: >-
Automated cat feeder on RPi Zero W with Python.
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/belodetek/pet-a-manger'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/belodetek/pet-a-manger/master/logo.png
data:
applicationEnvironmentVariables:
- IFEED_SLACK_ERRORS_ONLY: 'true'
- ISTREAM_STILL: /tmp/balena/pet-a-manger.png
applicationConfigVariables:
- BALENA_HOST_CONFIG_arm_freq_max: 700
- BALENA_HOST_CONFIG_arm_freq_min: 500
- BALENA_HOST_CONFIG_arm_freq: 600
- BALENA_HOST_CONFIG_dtoverlay: 'gpio-shutdown,pi3-disable-bt,disable-bt'
- BALENA_HOST_CONFIG_dtparam: ''
- BALENA_HOST_CONFIG_enable_uart: 1
- BALENA_HOST_CONFIG_gpu_mem: 128
- BALENA_HOST_CONFIG_over_voltage: 4
- BALENA_HOST_CONFIG_start_x: 1
defaultDeviceType: raspberry-pi
supportedDeviceTypes:
- raspberry-pi
version: 0.1.2