geophone icon indicating copy to clipboard operation
geophone copied to clipboard

Not pointing to correct part of buffer

Open neonascent opened this issue 3 years ago • 0 comments

report( geodata_samples, NUMBER_OF_GEODATA_SAMPLES );

should be

report( geodata_samples_real, NUMBER_OF_GEODATA_SAMPLES );

https://github.com/olewolf/geophone/blob/3df989ea13b141a578ff788e572807ab7d4b4f37/Geosampler.ino#L261

neonascent avatar Jun 08 '21 14:06 neonascent