Skip to content

Commit c9a6696

Browse files
committed
wiki: Add before_install for enchilada/fajita/guacamole
Change-Id: I804c493a4ec4376f1addd35dfb24f769b934cbfa
1 parent 4e60de8 commit c9a6696

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

_data/devices/enchilada.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
architecture: arm64
22
battery: {removable: False, capacity: 3300, tech: 'Li-Po'}
3+
before_install: before_install_enchilada
34
bluetooth: {spec: '5', profiles: [A2DP + aptX HD]}
45
cameras:
56
- {flash: 'Dual LED (dual tone)', info: '16 MP + 20 MP (16 MP effective)'}

_data/devices/fajita.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
architecture: arm64
22
battery: {removable: False, capacity: 3700, tech: 'Li-Po'}
3+
before_install: before_install_fajita
34
bluetooth: {spec: '5', profiles: [A2DP + aptX HD]}
45
cameras:
56
- {flash: 'Dual LED (dual tone)', info: '16 MP + 20 MP (16 MP effective)'}

_data/devices/guacamole.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
architecture: arm64
22
battery: {removable: False, capacity: 4000, tech: 'Li-Po'}
3+
before_install: before_install_guacamole
34
bluetooth: {spec: '5', profiles: [A2DP + aptX HD]}
45
cameras:
56
- {flash: 'Dual LED (dual tone)', info: '48 MP (wide) + 8 MP (telephoto) + 16 MP (ultrawide)'}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include alerts/warning.html content="Before following these instructions please ensure that the device has the latest **Android 9** firmware on both slots." %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include alerts/warning.html content="Before following these instructions please ensure that the device has the latest **Android 9** firmware on both slots." %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include alerts/warning.html content="Before following these instructions please ensure that the device has the latest **Android 9** firmware on both slots." %}

0 commit comments

Comments
 (0)