Skip to content

Commit 37c1089

Browse files
committed
fix
1 parent 39e157c commit 37c1089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ScienceJournal/ScienceJournal.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void setup() {
5757
BLE.addService(service);
5858
BLE.advertise();
5959
science_kit.startAuxiliaryThreads();
60-
//_t.start(loop_data);
60+
_t.start(loop_data);
6161
_tu.start(update);
6262
}
6363

0 commit comments

Comments
 (0)