We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d2b48 commit 328a1e6Copy full SHA for 328a1e6
src/components/Workspace/Compile.js
@@ -135,6 +135,9 @@ class Compile extends Component {
135
const filename = detectWhitespacesAndReturnReadableResult(
136
this.state.name,
137
);
138
+
139
140
+ // TODO: When new connect app is released, the selected board can also be supplied with both boards
141
if (this.props.selectedBoard === "esp32") {
142
this.setState({
143
link: `blocklyconnect-app://sketch/${filename}/${this.state.id}/${this.props.selectedBoard}`,
0 commit comments