Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solved the w/o problem and added sdcard.fth #137

Merged
merged 14 commits into from
Oct 15, 2024

Conversation

Jos-Ven
Copy link
Contributor

@Jos-Ven Jos-Ven commented Aug 30, 2024

Also moved path to one location and changed files.fth so it can also be used for SDcards.

@Jos-Ven
Copy link
Contributor Author

Jos-Ven commented Oct 15, 2024

Improved f>d and the usage of an SDcard.

@Jos-Ven Jos-Ven closed this Oct 15, 2024
@Jos-Ven Jos-Ven reopened this Oct 15, 2024
@Jos-Ven
Copy link
Contributor Author

Jos-Ven commented Oct 15, 2024

Changes in #137:

  • Solves the problem with w/o files.
  • Makes it possible to use an sdcard.
  • The new words in files.fth makes it possible to switch
    between spiffs and the sdcard.
  • The new layout of ls/dir also shows the total used bytes.
  • The added setvbuf can be important when you encounter
    performance problems with the use of an sdcard.
  • fetching.fth makes it possible to make a SVG-plot from data
    that on an sdcard without having to load whole data records.
  • Increasing the accuracy of f>d. E.G. Old version:
    f# 1728733625848.770e0 f>d f# 1728733616479.531e0 f>d d- d. 0 \ Returned 0
    New version:
    f# 1728733625848.770e0 f>d f# 1728733616479.531e0 f>d d- d. 9369 \ which is right when rounded.

That also concludes this round of updates.

@MitchBradley MitchBradley merged commit 8b00ad5 into MitchBradley:master Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants