File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
"test:watch" : " mocha --watch --watch-files lib \" ./lib/test/**/*.test.js\" "
20
20
},
21
21
"dependencies" : {
22
- "arduino-serial-plotter-webapp" : " 0.0.5 " ,
22
+ "arduino-serial-plotter-webapp" : " 0.0.6 " ,
23
23
"@grpc/grpc-js" : " ^1.3.7" ,
24
24
"@theia/application-package" : " 1.18.0" ,
25
25
"@theia/core" : " 1.18.0" ,
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export class MonitorServiceImpl implements MonitorService {
173
173
} catch ( error ) { }
174
174
} ) ;
175
175
176
- // empty the queue every 16ms (~60fps )
176
+ // empty the queue every 32ms (~30fps )
177
177
setInterval ( flushMessagesToFrontend , 32 ) ;
178
178
179
179
// converts 'ab\nc\nd' => [ab\n,c\n,d]
Original file line number Diff line number Diff line change @@ -4109,10 +4109,10 @@ archive-type@^4.0.0:
4109
4109
dependencies:
4110
4110
file-type "^4.2.0"
4111
4111
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 ==
4116
4116
4117
4117
are-we-there-yet@~1.1.2:
4118
4118
version "1.1.5"
You can’t perform that action at this time.
0 commit comments