Hi I got my Marvin Board from marvin – RDM Makerspace) up and running
along one coming from reading temperature: lpp.addTemperature(1, t);
Now that I removed lpp.addBarometricPressure(2, 1073.21); and added lpp.addRelativeHumidity(2,h); the Humidity data are read into the prevoius barometric field
The hardcoded pressure data 1073.21 Pa is still available.
Is it possible to delete that ? or
do I need to read lpp.addRelativeHumidity(3,h); with index changed from 2 to 3 ?
or am I required to delete the device and start over again?
Thx