From fd37049003826b0c60f2b950b1f785745887c66d Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 18 Apr 2026 10:24:31 -0700 Subject: [PATCH] refactor: remove versions.ts file as it is no longer needed --- constants/versions.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 constants/versions.ts diff --git a/constants/versions.ts b/constants/versions.ts deleted file mode 100644 index b9b4110..0000000 --- a/constants/versions.ts +++ /dev/null @@ -1,7 +0,0 @@ -// This file is auto-generated by scripts/generate-versions.js -export const VERSIONS = [ - "v2.7.16.a597230", - "v2.6.13.0561f2c" -] as const; - -export type FirmwareVersion = typeof VERSIONS[number];