Skip to content

Commit

Permalink
wiki: instantnoodle*: Set lineage_version for fw req
Browse files Browse the repository at this point in the history
Change-Id: I25cf97e42fb8bcfb915525abdd648e56353910f4
  • Loading branch information
luk1337 committed Jul 10, 2024
1 parent 5a9c18b commit 26bd815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/devices/instantnoodle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
architecture: arm64
battery: {capacity: 4300, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', ships_fw: True, version: '13'}
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 20, ships_fw: True, version: '13'}
before_recovery_install: {instructions: 'boot_stack', partitions: [dtbo, vbmeta]}
bluetooth: {profiles: [A2DP + aptX HD], spec: '5.1'}
cameras:
Expand Down
2 changes: 1 addition & 1 deletion _data/devices/instantnoodlep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
architecture: arm64
battery: {capacity: 4510, removable: False, tech: 'Li-Po'}
before_install: {instructions: 'needs_specific_android_fw', ships_fw: True, version: '13'}
before_install: {instructions: 'needs_specific_android_fw', lineage_version: 20, ships_fw: True, version: '13'}
before_recovery_install: {instructions: 'boot_stack', partitions: [dtbo, vbmeta]}
bluetooth: {profiles: [A2DP + aptX HD], spec: '5.1'}
cameras:
Expand Down

0 comments on commit 26bd815

Please sign in to comment.