Add initial state to message

This commit is contained in:
GHOSCHT 2022-01-01 10:32:48 +01:00
parent 0c914a3dfe
commit 072335b8bd
No known key found for this signature in database
GPG key ID: A35BD466B8871994

View file

@ -6,7 +6,7 @@ import ISerialConnectionState from "../../interfaces/ISerialConnectionState";
// Define the initial state using that type
const initialState: ISerialConnectionState = {
port: "",
message: "",
message: "0,0,0,0",
status: {
connecting: false,
connected: false,