-
Notifications
You must be signed in to change notification settings - Fork 2
/
balena.yml
36 lines (36 loc) · 998 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
33
34
35
36
name: gpsTime
description: >-
Uses attached GPS UART with PPS to provide accurate time via chrony ntp server
fleetcta: Add GPS Modul and stirr well!
joinable: false
post-provisioning: >-
Read correct wiring in the repo README - https://github.com/nmaas87/gpsTime
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/nmaas87/gpsTime'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/nmaas87/gpsTime/main/hub-logo.png
data:
applicationConfigVariables:
- BALENA_HOST_CONFIG_dtoverlay: '"disable-bt","pps-gpio,gpiopin=18,capture_clear"'
- BALENA_HOST_CONFIG_enable_uart: 1
applicationEnvironmentVariables:
- BAUD: 9600
- ALLOW: "all"
- OFFSET: "0.0"
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- fincm3
- raspberrypi4-64
- raspberry-pi2
- raspberrypi3
- raspberrypi3-64
- raspberrypi400-64
- raspberrypicm4-ioboard
version: 1.0.32