lwesp icon indicating copy to clipboard operation
lwesp copied to clipboard

Support for AT+SYSFLASH?

Open BertLammers opened this issue 5 years ago • 5 comments

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.

BertLammers avatar Apr 17 '20 09:04 BertLammers

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

MaJerle avatar Apr 18 '20 14:04 MaJerle

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

sicris avatar Dec 29 '20 02:12 sicris

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

sicrisembay avatar Dec 30 '20 08:12 sicrisembay

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

BertLammers avatar Mar 17 '23 13:03 BertLammers

This is now added, btw.

MaJerle avatar Oct 01 '23 14:10 MaJerle