Skip to content

Commit

Permalink
Update Replay.jsx
Browse files Browse the repository at this point in the history
arduino code in csv
  • Loading branch information
ccagle3 committed Jan 25, 2024
1 parent 666ff76 commit e82a5c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/views/Replay/Replay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import NavBar from '../../components/NavBar/NavBar';
import { Table } from 'antd';
import { getSave } from '../../Utils/requests';
import { CSVDownloader } from 'react-papaparse';
import { getArduino, getXml } from '../../components/DayPanels/Utils/helpers.js';
const TIME_LINE_SIZE = 25;

const timelineReducer = (timeline, action) => {
Expand Down Expand Up @@ -399,6 +400,7 @@ const Replay = () => {
action: log.action,
'block type': log.blockType,
'block id': log.blockId,
'arduino code': getArduino(workspaceRef.current, false),
};
});
}}
Expand Down

0 comments on commit e82a5c2

Please sign in to comment.