Home › Forums › Mayfly Data Logger › Data Uploading but not Publishing › Reply To: Data Uploading but not Publishing
2022-03-23 at 3:04 PM
#16858
@lyh2o just thinking about this I wonder, assuming you have this in the office close to the computer that is programming it, if you could enable some debugging and post the trace here.
The debugging most useful is
-DMS_ENVIRODIYPUBLISHER_DEBUG
so depending on how you build, but if platformIO it would be on a separate line
build_flags =
-DSDI12_EXTERNAL_PCINT
-DNEOSWSERIAL_EXTERNAL_PCINT
-DMS_ENVIRODIYPUBLISHER_DEBUG
Then after downloading it, to open a terminal and capture the output and wait for it to connect to the internet. Then it would be to post that capture here.
Fingers crossed