sensebox / ardublockly-1

Visual programming for the new senseBox MCU. Based on blockly, extends Arduino code generation and implements senseBox facilities.
https://blockly.sensebox.de/
Apache License 2.0
9 stars 9 forks source link

Change Settings dialog if online #29

Closed mpfeil closed 6 years ago

mpfeil commented 6 years ago

We should reduce the settings dialog if blockly is online.

The option Arduino Board is filled by a server side method. Maybe we can reuse it for the online version of blockly. If not we should hide it and create a new selection containing Arduino Uno and senseBox MCU.

mpfeil commented 6 years ago

done!