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

API ideas #6

Open
htotoo opened this issue Oct 23, 2024 · 5 comments
Open

API ideas #6

htotoo opened this issue Oct 23, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@htotoo
Copy link
Member

htotoo commented Oct 23, 2024

New api ideas:

  • file operations (open, read, write, seek, close)
  • i2c_transmit (yet just read)
  • message.h support (maybe with marked that this can cause errors when it modified, ..) not sure about this implementation to be safe, but would be a great addition. send + recv

if i can remember more, i'll put them to comments.

@htotoo htotoo added the enhancement New feature or request label Oct 23, 2024
@htotoo
Copy link
Member Author

htotoo commented Oct 24, 2024

  • Baseband start / stop (if ram allows it)
  • maybe beep or sound functions (if baseband allows it)

@eried
Copy link
Member

eried commented Oct 28, 2024

:P it could have a vt100 terminal mode to draw to the screen lol from the extension

@htotoo
Copy link
Member Author

htotoo commented Oct 28, 2024

with the current uart example, it is easy to do. just create the Console widget full screen, and print what it get :D

@htotoo
Copy link
Member Author

htotoo commented Nov 5, 2024

  • an exit() call, that calls nav.pop()

@bernd-herzog
Copy link
Contributor

Hmm, nothing special, but maybe we could:

add a settings app to configure the esp32's wifi and provide a simple web request api 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants