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

Support for AT+SYSFLASH? #63

Open
BertLammers opened this issue Apr 17, 2020 · 5 comments
Open

Support for AT+SYSFLASH? #63

BertLammers opened this issue Apr 17, 2020 · 5 comments

Comments

@BertLammers
Copy link
Contributor

First, thanks for this fantastic library!

I am currently working on a project where I need to update SSL client certificates. This can be done using the AT+SYSFLASH command (ESP32 only). Are there any plans to introduce support for this command?

If not I will consider writing it myself.

@MaJerle
Copy link
Owner

MaJerle commented Apr 18, 2020

Thanks Bert for your interest.
I have it in my roadmap but no timeline yet.

@sicris
Copy link

sicris commented Dec 29, 2020

@BertLammers... I have the same use-case. I need to update my certificates.
Do you have any patch that I can start with?

@sicrisembay
Copy link

I did a rough initial implementation for AT+SYSFLASH.
Tested Operations: Erase, Write and Read
To be implemented: Parsing of AT+SYSFLASH? query

Pull request will follow after cleaning-up the code.
Forked repo: https://github.com/sicrisembay/lwesp.git
Branch: dev_sysflash

@BertLammers
Copy link
Contributor Author

@sicrisembay 2 years later but using your AT+SYSFLASH implementation now, works perfectly! ;)

@MaJerle
Copy link
Owner

MaJerle commented Oct 1, 2023

This is now added, btw.

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

No branches or pull requests

4 participants