Skip to content

Commit 3cd0974

Browse files
committed
updated serial plotter webapp to 0.0.6
1 parent ee30341 commit 3cd0974

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

arduino-ide-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:watch": "mocha --watch --watch-files lib \"./lib/test/**/*.test.js\""
2020
},
2121
"dependencies": {
22-
"arduino-serial-plotter-webapp": "0.0.5",
22+
"arduino-serial-plotter-webapp": "0.0.6",
2323
"@grpc/grpc-js": "^1.3.7",
2424
"@theia/application-package": "1.18.0",
2525
"@theia/core": "1.18.0",

arduino-ide-extension/src/node/monitor/monitor-service-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export class MonitorServiceImpl implements MonitorService {
173173
} catch (error) {}
174174
});
175175

176-
// empty the queue every 16ms (~60fps)
176+
// empty the queue every 32ms (~30fps)
177177
setInterval(flushMessagesToFrontend, 32);
178178

179179
// converts 'ab\nc\nd' => [ab\n,c\n,d]

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4109,10 +4109,10 @@ archive-type@^4.0.0:
41094109
dependencies:
41104110
file-type "^4.2.0"
41114111

4112-
arduino-serial-plotter-webapp@0.0.5:
4113-
version "0.0.5"
4114-
resolved "https://registry.yarnpkg.com/arduino-serial-plotter-webapp/-/arduino-serial-plotter-webapp-0.0.5.tgz#aaf21557de52abe2392372c15aba7d75cc7c9a43"
4115-
integrity sha512-ZNVwM67e/Xz+4PKFkJyPruxsZXuTvmOTwDrq1hKSjZHbpdMytQIqR+rT9pY+mg4jqFAn2Nd79Ycbazm8zXgJsQ==
4112+
arduino-serial-plotter-webapp@0.0.6:
4113+
version "0.0.6"
4114+
resolved "https://registry.yarnpkg.com/arduino-serial-plotter-webapp/-/arduino-serial-plotter-webapp-0.0.6.tgz#29f594efb0f4d1ac73ccdad9151f0a57e1e30c1e"
4115+
integrity sha512-rl4zot5in3V6KKhTQY+l3X/CWHL7DOPcAygtYNpnzhXMaXu3zxG1MWRnyZznuKZHa1RwajXlURXfYQDyBLlePw==
41164116

41174117
are-we-there-yet@~1.1.2:
41184118
version "1.1.5"

0 commit comments

Comments
 (0)