(msg)
| 38 | |
| 39 | // Add new message to output |
| 40 | const addOutput = (msg) => { |
| 41 | setOutput({ |
| 42 | time: new Date(), |
| 43 | value: `${msg}\n`, |
| 44 | }) |
| 45 | } |
| 46 | |
| 47 | // Connect to ESP & init flasher stuff |
| 48 | const clickConnect = async () => { |
no outgoing calls
no test coverage detected