Commit graph

9 commits

Author SHA1 Message Date
Christopher Willis-Ford
47d9063829 Update scratch_extensions for upcoming scratchr2
This corresponds to the upcoming October 20th release
2016-10-07 12:09:17 -07:00
Kreg Hanning
ed239eb0f0 Move serial errors to console
When a serial device is disconnected the user receives two
dialog messages indicating there was a serial device error.
This can cause confusion since the error message does not
clearly indicate what has happened.

Instead of alerting the user this will push the message to the console.
2016-09-13 14:30:35 -04:00
Chris Willis-Ford
7689ae4714 WeDo 2 / Device Manager forward-compatibility fix 2016-08-11 18:10:23 -04:00
Christopher Willis-Ford
20eb5c804b Update scratch_extensions, support Device Manager 2016-08-02 00:49:34 -07:00
Christopher Willis-Ford
66d51d6814 Add missing WeDo 2.0 extension 2016-08-02 00:44:44 -07:00
Chris Willis-Ford
2c998d1ccc Call checkPolling() directly when plugin exists
When the plugin is already started we skip calling createDevicePlugin(),
which is fine except that we were relying on createDevicePlugin() to
call checkPolling() for us. We now call checkPolling() directly in those
cases where it was being skipped before.
2015-08-07 14:20:38 -07:00
Chris Willis-Ford
6c8387da72 Update PicoBoard + WeDo extensions from main site
This includes sync compatibility changes
2015-07-24 17:18:51 +00:00
Chris Willis-Ford
1f61e1ab3e Updated extension interface JS from main site
This should allow communication with the latest version of the Scratch
Device Plugin, including the Scratch Device Plugin for Chrome.
2015-07-23 15:45:28 -04:00
Chris Willis-Ford
6c2a999922 Added built-in extensions and fixed loading them 2015-03-24 00:33:19 -07:00