Skip to content

Commit

Permalink
machinabio#46 downloading code: unable to fix emitter issue. temporar…
Browse files Browse the repository at this point in the history
…ily removed recording code
  • Loading branch information
miamirkovic committed Feb 12, 2018
1 parent 5291fa7 commit 8809330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/record.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h4>
Readings
</h4>

<div id="recorded_readings"></div>


Expand Down
4 changes: 3 additions & 1 deletion client/record.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*"use strict"
import '/imports/peripherals.js';
//import * from '/node_modules/csv-write-stream';
var csvWriter = require("csv-write-stream")
var csvWriter = require('csv-write-stream')
var writer = csvWriter({
sendHeaders: true,
})
Expand Down Expand Up @@ -65,3 +66,4 @@ var endLog = function(filename, c_n_tuple) {
};
export {startLog, endLog, recording};
*/

0 comments on commit 8809330

Please sign in to comment.