File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
NiclaSenseME-dashboard/NiclaSenseME Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Sketch and web dashboard copy-fixed to be used with the Nicla Sense ME by Pablo
24
24
#include " Arduino_BHY2.h"
25
25
#include < ArduinoBLE.h>
26
26
27
- #define BLE_SENSE_UUID (val ) (" 19b10000" val " -537e-4f6c-d104768a1214" )
27
+ #define BLE_SENSE_UUID (val ) (" 19b10000- " val " -537e-4f6c-d104768a1214" )
28
28
29
29
const int VERSION = 0x00000000 ;
30
30
@@ -66,8 +66,8 @@ void setup(){
66
66
nicla::leds.begin ();
67
67
nicla::leds.setColor (green);
68
68
69
- // Sensors intialization
70
- BHY2.begin ();
69
+ // Sensors initialization
70
+ BHY2.begin (NICLA_STANDALONE );
71
71
temperature.begin ();
72
72
humidity.begin ();
73
73
pressure.begin ();
@@ -78,7 +78,7 @@ void setup(){
78
78
gas.begin ();
79
79
80
80
if (!BLE.begin ()){
81
- Serial.println (" Failled to initialized BLE!" );
81
+ Serial.println (" Failed to initialized BLE!" );
82
82
83
83
while (1 )
84
84
;
You can’t perform that action at this time.
0 commit comments