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

Envio de arquivos grandes para a ESP32 #22

Open
2 tasks
cirillom opened this issue Nov 24, 2022 · 0 comments
Open
2 tasks

Envio de arquivos grandes para a ESP32 #22

cirillom opened this issue Nov 24, 2022 · 0 comments
Assignees
Labels
melhoria Melhoras em funcionalidades existentes prioridade alta Precisamos resolver o quanto antes
Milestone

Comments

@cirillom
Copy link
Collaborator

Enviar arquivos com mais de 1024 bytes para a placa

No momento é possível enviar 1167 bytes. Por que essa quantidade específica?

Opções

  • Testar alterar a quantidade de bytes que o servidor envia por vez e alterar o buffer
void http_rest_with_url(void) {
    char local_response_buffer[1024] = {0};

  • Fragmentar o arquivo em vários pacotes de no máximo 1024 bytes para envio
@cirillom cirillom added melhoria Melhoras em funcionalidades existentes prioridade alta Precisamos resolver o quanto antes labels Nov 24, 2022
@cirillom cirillom added this to the Versão 0.3 milestone Nov 24, 2022
@cirillom cirillom self-assigned this Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
melhoria Melhoras em funcionalidades existentes prioridade alta Precisamos resolver o quanto antes
Projects
None yet
Development

No branches or pull requests

1 participant