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 39e157c commit 37c1089Copy full SHA for 37c1089
examples/ScienceJournal/ScienceJournal.ino
@@ -57,7 +57,7 @@ void setup() {
57
BLE.addService(service);
58
BLE.advertise();
59
science_kit.startAuxiliaryThreads();
60
- //_t.start(loop_data);
+ _t.start(loop_data);
61
_tu.start(update);
62
}
63
0 commit comments