({ handleClickOpen })
| 122 | } |
| 123 | |
| 124 | function SetSerialButton({ handleClickOpen }) { |
| 125 | return ( |
| 126 | <Button variant="outlined" onClick={handleClickOpen} size="medium"> |
| 127 | Select Serial Port |
| 128 | </Button> |
| 129 | ) |
| 130 | } |
| 131 | |
| 132 | function showSerialPorts() { |
| 133 | // Updates the ports once the SerialPort library returns |
nothing calls this directly
no outgoing calls
no test coverage detected