Skip to content

Commit 9c327d9

Browse files
committed
Update sketch link
1 parent fd351fe commit 9c327d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

NiclaSenseME-dashboard/NiclaSenseME/NiclaSenseME.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ https://arduino.github.io/ArduinoAI/NiclaSenseME-dashboard/
1616
Web dashboard by D Pajak
1717
1818
Device sketch based on example by Sandeep Mistry and Massimo Banzi
19-
Sketch and dashboard copy fixed to be used with the Nicla Sense ME by Pablo Marquínez
19+
Sketch and web dashboard copy-fixed to be used with the Nicla Sense ME by Pablo Marquínez
2020
2121
*/
22+
2223
#include "Nicla_System.h"
2324
#include "Arduino_BHY2.h"
2425
#include <ArduinoBLE.h>

NiclaSenseME-dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
const pairButton = document.getElementById('pairButton');
383383
const BLEstatus = document.getElementById('bluetooth');
384384

385-
snack('IMPORTANT - first upload the sketch to your Arduino Nicla Sense ME &nbsp;&nbsp; <a href="https://create.arduino.cc/editor/pmarquinez/b0102b0a-1d8b-4b4a-a53d-781b896d87f7/preview">OPEN</a>', 1)
385+
snack('IMPORTANT - first upload the sketch to your Arduino Nicla Sense ME &nbsp;&nbsp; <a href="https://create.arduino.cc/editor/FT-CONTENT/333e2e07-ecc4-414c-bf08-005b611ddd75/preview">OPEN</a>', 1)
386386

387387
if ("bluetooth" in navigator) {
388388
pairButton.addEventListener('click', function (event) {

0 commit comments

Comments
 (0)