kostuch
kostuch
Hi, I recently upgraded 2.0.7 -> 2.1.0 your fantastic library. Unfortunately code compilation failed. Function to send file from SD via http: ``` void getSDFile4www(const char *filename, String f_type) {...
Hi, I'm using latest version of you r excellent library. Try to compute free space on the card. Total size is ok. I do sd.clusterCount() * sd.sectorsPerCluster() / 2000 and...
**Is your feature request related to a problem? Please describe.** All messages processed by debug are stored in RAM memory. So in effect, observing/debugging application causes huge difference in RAM...
Not really a bug, but rather wrong logic in examples (SatElevTracker.ino and other using custom fields). When satsInView.value() is not multiply of four (eg.11 or 6), then collected set of...
Hi, I'm using your lib. Good piece of work. But I slightly modified it to reduce high RAM utilisation. The parameters should be rather covered by 'F' macro like below:...