Skip to content

Commit

Permalink
chore: update firmware name
Browse files Browse the repository at this point in the history
  • Loading branch information
DriftKingTW committed Feb 28, 2024
1 parent 5760212 commit d5e80c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ let showTutorial = ref(false);
let macroIndex = ref(-1);
let ttLayoutIndex = ref(1);
let isGlobalTTKey = ref(false);
let firmwareVersion = ref("Latest");
let firmwareVersions = ref<string[]>(["Latest", "Beta"]);
let firmwareVersion = ref("Stable");
let firmwareVersions = ref<string[]>(["Stable", "Beta"]);
const keyboardUrl = ref("http://schnell.local");
const isKeyboardConnected = ref(false);
const networkInfo: NetworkInfo = reactive({
Expand Down

0 comments on commit d5e80c1

Please sign in to comment.