short update

This commit is contained in:
2024-06-01 01:36:37 +10:00
parent 8d2f70fd23
commit 565bd5c610
2 changed files with 1 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ const getConfigFileContents = async () => {
const getSerialPorts = async () => {
serialPorts.value = await window.electron.ipcRenderer.invoke('getSerialPorts')
console.log(`the returned serial ports are ${serialPorts}`)
console.log(`the returned serial ports are ${serialPorts.value}`)
}
const getTrendingMovies = (category) => {

View File

@@ -14,9 +14,6 @@ function addNewProgram() {
programsContent.appendChild(programNode.firstChild)
}
function onMounted() {
}
</script>
<template>
<p>Select COM port for device: {{ com_port }}</p>