commit | ba9ff40e129ff17e4911b27bdb84c8b55a199311 | [log] [tgz] |
---|---|---|
author | Chirayu Desai <chirayudesai1@gmail.com> | Sun Mar 13 06:54:31 2022 +0530 |
committer | Jackeagle <jackeagle102@gmail.com> | Mon Aug 29 15:08:45 2022 +0200 |
tree | 713e62fd529550e72c61b61f4788d7851008fc7f | |
parent | 0b6eafa6ccb67a4eb1616bb22dc1ee7ea9a21be5 [diff] [blame] |
vars: Flip device order, newest first Change-Id: I90169608fbee832e47a0a6bb5a908b5e4c19cda7
diff --git a/vars/pixels b/vars/pixels index 3423c27..a68eae5 100644 --- a/vars/pixels +++ b/vars/pixels
@@ -1,16 +1,16 @@ # Google Pixels # Usage: ${devices[@]} readonly devices=( - crosshatch - blueline - bonito - sargo - coral - flame - sunfish - redfin - bramble - barbet raven oriole + barbet + redfin + bramble + sunfish + coral + flame + bonito + sargo + crosshatch + blueline )