Skip to content

Commit 328a1e6

Browse files
author
Eric Thieme-Garmann
committed
todo comment
1 parent 50d2b48 commit 328a1e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/Workspace/Compile.js

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ class Compile extends Component {
135135
const filename = detectWhitespacesAndReturnReadableResult(
136136
this.state.name,
137137
);
138+
139+
140+
// TODO: When new connect app is released, the selected board can also be supplied with both boards
138141
if (this.props.selectedBoard === "esp32") {
139142
this.setState({
140143
link: `blocklyconnect-app://sketch/${filename}/${this.state.id}/${this.props.selectedBoard}`,

0 commit comments

Comments
 (0)