Skip to content

Commit 94c22b1

Browse files
author
Ke, Mingze
committed
Changed webduino-all.js to webduino-base.js
1 parent 03b0ffa commit 94c22b1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ Promise.all([
14211421
Code.ga();
14221422
Code.importPrettify();
14231423
Code.bindHotkey(window.document);
1424-
Code.loadJs(baseUrl + '/lib/webduino-all-0.4.0.min.js', function () {
1424+
Code.loadJs(baseUrl + '/lib/webduino-base.min.js', function () {
14251425
Code.checkDeviceOnline();
14261426
});
14271427
Code.loadJs(baseUrl + '/webduino-samples.js', function () {

0 commit comments

Comments
 (0)