Home › Forums › Mayfly Data Logger › Sampling Feature UUID for manual data upload › Reply To: Sampling Feature UUID for manual data upload
2023-09-12 at 11:44 AM
#18063
You need to set the sampling feature UUID for the logger. If you have an EnviroDIYPublisher, this happens automatically, but without the publisher, you need to add it.
So after you set the logger pins in line 283 (dataLogger.setLoggerPins()
), add the line dataLogger.setSamplingFeatureUUID(samplingFeature);