diff --git a/Dashboard/assets/Knob.svg b/Dashboard/assets/Knob.svg new file mode 100644 index 0000000..5270f79 --- /dev/null +++ b/Dashboard/assets/Knob.svg @@ -0,0 +1,36 @@ + + + + + Knob2 + + + + + + + + + + + + + + 255 + + diff --git a/Dashboard/src/App.tsx b/Dashboard/src/App.tsx index b56e8ba..c618ac4 100644 --- a/Dashboard/src/App.tsx +++ b/Dashboard/src/App.tsx @@ -1,5 +1,6 @@ import React from "react"; import SerialPort from "serialport"; +import Knob from "../assets/Knob.svg"; const App = () => { const port = new SerialPort("COM5", { @@ -18,7 +19,8 @@ const App = () => { return (
-

Hello World

+ Knob +