Add initial state to message
This commit is contained in:
parent
0c914a3dfe
commit
072335b8bd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue