Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ad89832 authored by frankpreel's avatar frankpreel
Browse files

Invert 2020 and 2021

parent 10a541db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -302,9 +302,9 @@ export class Controller {
                try {
                    const serial = await this.deviceManager.adb.getSerialNumber();
                     WDebug.log("serial numer:", serial);
                    if (serial.startsWith("2020")) {
                    if (serial.startsWith("2021")) {
                        this_model = "emerald";
                    } else if (serial.startsWith("2021")) {
                    } else if (serial.startsWith("2020")) {
                        this_model = "Teracube_2e";
                    } else {
                        const id =