Skip to content

Commit

Permalink
patch: trailing space close to label 'z' in spectro
Browse files Browse the repository at this point in the history
  • Loading branch information
andrescvargasr committed Nov 28, 2023
1 parent 3a3b54f commit 3615104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/devices/OpenSpectro.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ module.exports = {
{
label: 'Y',
},

{
label: 'Z',
},
Expand Down
4 changes: 2 additions & 2 deletions src/devices/pHMeter.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use strict';

module.exports = {
name: 'PH and conductivity meter',
name: 'PH and Conductivity meter',
kind: 'PHMeter',
description: 'PH and conductivity meter',
description: 'Open PH and conductivity meter',
url: 'https://github.com/Hackuarium/phmeter',
id: 'P',
numberParameters: 68,
Expand Down

0 comments on commit 3615104

Please sign in to comment.