From 1a3369dfe68ab359221fde693bf731814acd7f5d Mon Sep 17 00:00:00 2001 From: openshwprojects <85486843+openshwprojects@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:07:51 +0100 Subject: [PATCH] Update ota.vue --- vue/ota.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vue/ota.vue b/vue/ota.vue index cdae33e..bfd8aba 100644 --- a/vue/ota.vue +++ b/vue/ota.vue @@ -378,6 +378,10 @@ prefix = 'OpenRTL87X0C_'; postfix = '_ota.img'; break; + default: + prefix = 'Open' + this.chipset; + postfix = '.img'; + break; } let options = [];