MausTec / edge-o-matic-3000

Firmware for the Edge-o-Matic 3000
GNU General Public License v3.0
103 stars 29 forks source link

Fix CSV header row #44

Closed lockedmouse closed 1 year ago

lockedmouse commented 1 year ago

25 added two new values to the CSV files, clench_pressure_threshold and clench_duration but did not update the header row, which is why some CSV software may complain that the header row is missing some columns.

This PR updates the header row so it matches the data rows.