We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d1bfd commit 50aee17Copy full SHA for 50aee17
NiclaSenseME-dashboard/index.html
@@ -422,10 +422,10 @@
422
renderer.setSize(177, 177);
423
renderer.setPixelRatio(4);
424
container.appendChild(renderer.domElement);
425
- loader.load('models/nano33ble.glb',
+ loader.load('models/niclaSenseME.glb',
426
// called when the Arduinio model is loaded
427
function (gltf) {
428
-
+ console.log("success")
429
// Model
430
arduinoModel = gltf.scene;
431
scene.add(arduinoModel);
@@ -532,7 +532,7 @@
532
updateViz('temperature', [digit, graph]);
533
updateViz('humidity', [digit, graph]);
534
updateViz('pressure', [digit, graph]);
535
- bytes();
+ //bytes();
536
537
skip_frame = true; // render alternate frames = 30fps
538
} else { skip_frame = false; }
0 commit comments